From: <jm...@us...> - 2014-04-09 21:38:59
|
Revision: 4100 http://sourceforge.net/p/eulergui/code/4100 Author: jmvanel Date: 2014-04-09 21:38:51 +0000 (Wed, 09 Apr 2014) Log Message: ----------- - remote SPARQL in EulerGUI classic: add button to enter user+password for the endpoint TESTED : actually use credentials in query NOTE: in the case the remote does not present a trusted certificate, instead of trusting everything, we advise to use the convenient InstallCert.java program It connects ( just the hand shake ) to given URL, downloads the site's certificate, and adds to a copy of the current default cacerts keystore in JRE ( jre/lib/security/cacerts ) . The site's certificate is added as a trusted URL (trustedCertEntry) in file jssecacerts in current directory . More explanations: https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification Modified Paths: -------------- trunk/eulergui/src/main/scala/deductions/runtime/rdf/jena/SimplifiedN3QueryRemote.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/combobox/JComboBoxPlus.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/sparqlGUI/RemoteSPARQLForm.scala trunk/eulergui/src/main/scala/eulergui/gui/actions/SPARQLServiceInputAction.scala trunk/eulergui/src/main/scala/eulergui/inputs/N3SourceFromSPARQLSource.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |