Details
-
Type:
Bug
-
Status:
Analysis
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.M4
-
Fix Version/s: UDIG 1.2.M4
-
Component/s: catalog, metadata and search
-
Labels:None
-
Environment:win32 RCP3.4 JRE 1.6
Description
The url of shapefile was converted to relative path when saving workspace information to ".localCatalog". The realtive form is illegal and leads to IOException. The converted form resemble the following string:
"/net.refractions.udig.catalog/LOCAL_CATALOG_SERVICES/file%3A%2FC%3A%2FTemp%2FBaodingPOI.shp/url/value=file%3A%2F..%2F..%2F..%2F..%2F..%2F..%2FC%3A%2FTemp%2FBaodingPOI.shp"
In addition,net.refractions.udig.catalog.ServiceParameterPersister line 325 says
"// if reference is null then we can only encode the absolute path"