remove a few warning messages
authorHenry Story <henry.story@bblfish.net>
Fri, 01 Jun 2012 23:52:34 +0200
changeset 227 179151ae16b0
parent 226 21cbae5c990c
child 228 dea36790ed17
child 230 a473d7d8c584
remove a few warning messages
src/main/scala/Filesystem.scala
src/main/scala/HttpsTrustAll.scala
test_www/foaf.n3
--- a/src/main/scala/Filesystem.scala	Fri Jun 01 23:35:44 2012 +0200
+++ b/src/main/scala/Filesystem.scala	Fri Jun 01 23:52:34 2012 +0200
@@ -12,7 +12,6 @@
 import scala.sys
 
 import com.hp.hpl.jena.vocabulary.RDF
-import org.w3.readwriteweb.Image
 
 class Filesystem(
   baseDirectory: File,
--- a/src/main/scala/HttpsTrustAll.scala	Fri Jun 01 23:35:44 2012 +0200
+++ b/src/main/scala/HttpsTrustAll.scala	Fri Jun 01 23:52:34 2012 +0200
@@ -28,7 +28,6 @@
 import org.jsslutils.keystores.KeyStoreLoader
 import org.jsslutils.sslcontext.trustmanagers.TrustAllClientsWrappingTrustManager
 import org.jsslutils.sslcontext.{X509TrustManagerWrapper, X509SSLContextFactory}
-import sys.SystemProperties
 import scala.util.Properties.{propOrNone => getProperty, javaHome}
 import unfiltered.jetty.{Ssl, Https}
 import unfiltered.jetty.Server
@@ -62,7 +61,6 @@
  */
 trait TrustAll extends Ssl with Server with DelayedInit {
 
-  import scala.sys.SystemProperties._
 
   val patchedSslContextFactory = {
     val trustWrapper =
--- a/test_www/foaf.n3	Fri Jun 01 23:35:44 2012 +0200
+++ b/test_www/foaf.n3	Fri Jun 01 23:52:34 2012 +0200
@@ -1,18 +1,21 @@
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix cert: <http://www.w3.org/ns/auth/cert#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-@prefix : <#> .
+@prefix :        <https://localhost:8443/2012/foaf.n3#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix cert:    <http://www.w3.org/ns/auth/cert#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
 
-<> a foaf:PersonalProfileDocument;
-   foaf:primaryTopic :joe .
+<https://localhost:8443/2012/foaf.n3>
+      a       foaf:PersonalProfileDocument ;
+      foaf:primaryTopic :joe .
 
-:joe a foaf:Person;
-    foaf:name "John Doe";
-    foaf:knows <http://bblfish.net/people/henry/card#me> ;
-    cert:key [ 
-        rdfs:comment "create using https://my-profile.eu/certgen.php on 23 May 2012";
-        cert:modulus "ad8751acee3204b7285d2e519e5ef9774f7e34e4e50500a1a1c2752948c7a4b285072d93d012d6453b5bf170a70c10ef3d64482286099a127711283e54eee1cf1c8e1aafa2233ad29cad1d1677b34c1f45ea2f296e522423777fd4b463d922de5f016711adc24177e4755e27ba4fb178a1c4b4689845763e6d6c2d32a5ffeddf9f5fadb9c8e2e7b2a7e86d6c6642d5ae8d9fc7a82c57ac0cd75b797c8386dcb223e6ba938358ab31acddf35beea5fc5e965acf705dd848740c3d17772001419dfca5a7672e29dafa130d2d37f79ed262a58c98b5f3172704d73d0c91e8f6bb046c7d623fe6be1b56199f96bf9fac559607a01445e1198618433659209cf4c919"^^xsd:hexBinary;
-       cert:exponent 65537
-    ] .
+:joe  a       foaf:Person ;
+      cert:key
+              [ rdfs:comment "create using https://my-profile.eu/certgen.php on 23 May 2012" ;
+                cert:exponent 65537 ;
+                cert:modulus "ad8751acee3204b7285d2e519e5ef9774f7e34e4e50500a1a1c2752948c7a4b285072d93d012d6453b5bf170a70c10ef3d64482286099a127711283e54eee1cf1c8e1aafa2233ad29cad1d1677b34c1f45ea2f296e522423777fd4b463d922de5f016711adc24177e4755e27ba4fb178a1c4b4689845763e6d6c2d32a5ffeddf9f5fadb9c8e2e7b2a7e86d6c6642d5ae8d9fc7a82c57ac0cd75b797c8386dcb223e6ba938358ab31acddf35beea5fc5e965acf705dd848740c3d17772001419dfca5a7672e29dafa130d2d37f79ed262a58c98b5f3172704d73d0c91e8f6bb046c7d623fe6be1b56199f96bf9fac559607a01445e1198618433659209cf4c919"^^xsd:hexBinary
+              ] ;
+      foaf:knows <http://bblfish.net/people/henry/card#me> ;
+      foaf:name "John Doe" .
+
+<http://bblfish.net/#hjs>
+      foaf:knows <http://fcns.eu/people/andrei/card#me> .