]> matita.cs.unibo.it Git - helm.git/commitdiff
Bug fixed: theories were handled as base uris, not as uris of files.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 30 May 2006 14:30:19 +0000 (14:30 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 30 May 2006 14:30:19 +0000 (14:30 +0000)
components/getter/http_getter.ml

index 574f6b3c281b8f1113bbbd7ff9a2c274e8370935..3f5cb2e5cf770d6026e32cd458ffaa2062a2cd29 100644 (file)
@@ -154,7 +154,7 @@ let exists uri =
 let is_an_obj s = 
   try 
     s <> UriManager.buri_of_uri (UriManager.uri_of_string s)
-  with UriManager.IllFormedUri _ -> false
+  with UriManager.IllFormedUri _ -> true
     
 let resolve ~writable uri =
   if remote () then