[jira] Resolved: (FOR-736) LocationMap fails to find files with embedded spaces in the URL

2005-12-09 Thread Ross Gardler (JIRA)
protocols to the URL encoded list? > LocationMap fails to find files with embedded spaces in the URL > --- > > Key: FOR-736 > URL: http://issues.apache.org/jira/browse/FOR-736 > Project: Forrest &

[jira] Commented: (FOR-736) LocationMap fails to find files with embedded spaces in the URL

2005-11-21 Thread Ross Gardler (JIRA)
than %20 The same would go for other characters that need encoding. It's simply a case of passing the value through a utility method before returning it as a lcoation isn't it? > LocationMap fails to find files with embedded spac

[jira] Commented: (FOR-736) LocationMap fails to find files with embedded spaces in the URL

2005-11-21 Thread Tim Williams (JIRA)
about them? Maybe I'm missing the issue... > LocationMap fails to find files with embedded spaces in the URL > --- > > Key: FOR-736 > URL: http://issues.apache.org/jira/browse/FOR-736 > Pro

[jira] Updated: (FOR-736) LocationMap fails to find files with embedded spaces in the URL

2005-11-21 Thread Ross Gardler (JIRA)
[ http://issues.apache.org/jira/browse/FOR-736?page=all ] Ross Gardler updated FOR-736: - Fix Version: 0.8-dev > LocationMap fails to find files with embedded spaces in the

[jira] Created: (FOR-736) LocationMap fails to find files with embedded spaces in the URL

2005-11-21 Thread Greg Jenci (JIRA)
LocationMap fails to find files with embedded spaces in the URL --- Key: FOR-736 URL: http://issues.apache.org/jira/browse/FOR-736 Project: Forrest Type: Bug Components: Locationmap Versions: 0.8

Re: LocationMap fails to find files with embedded spaces in the URL

2005-11-18 Thread Ross Gardler
[EMAIL PROTECTED] wrote: The LocationMap fails to find files that have spaces embedded in the URL. For instance in my case, it will find http://10.222.67.105/open/eav4x/Inventory/System%20Identification%20Report.pdf But fails to find it as http://10.222.67.105/open/eav4x/Inventory/System Ide

LocationMap fails to find files with embedded spaces in the URL

2005-11-18 Thread greg.vaco
The LocationMap fails to find files that have spaces embedded in the URL. For instance in my case, it will find http://10.222.67.105/open/eav4x/Inventory/System%20Identification%20Report.pdf But fails to find it as http://10.222.67.105/open/eav4x/Inventory/System Identification Report.pdf.