From: Claudio Sacerdoti Coen Date: Tue, 30 May 2006 14:30:19 +0000 (+0000) Subject: Bug fixed: theories were handled as base uris, not as uris of files. X-Git-Tag: 0.4.95@7852~1379 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=b7db61367b23f0366d7d3d2041d87d72029878d8;p=helm.git Bug fixed: theories were handled as base uris, not as uris of files. --- diff --git a/components/getter/http_getter.ml b/components/getter/http_getter.ml index 574f6b3c2..3f5cb2e5c 100644 --- a/components/getter/http_getter.ml +++ b/components/getter/http_getter.ml @@ -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