Summary: | URI Regressions in IOUtil/JarUtil with [un]escaped chars (was: TextRender curve shaders don't load if library path contains a space) | ||
---|---|---|---|
Product: | [JogAmp] Gluegen | Reporter: | leigh beattie <laykunowns> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | gouessej, rami.santina, sgothel |
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
41fce94f95448bbea110a455ea508740fac8d8c9
|
Workaround: | --- | ||
Bug Depends on: | 757 | ||
Bug Blocks: | 683, 857 |
Description
leigh beattie
2013-08-25 10:57:18 CEST
This is with jogl release 2.0.2. This is a possible root cause: http://forum.jogamp.org/JOGL-2-0-2-and-Netbeans-RCP-Applications-tp4029897p4029904.html Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components when compiling new URI. Add IOUtil: - String encodeToURI(String) - String decodeFromURI(String) Both only handle escaping of SPACE only. Determine whether other chars need to be treated. |