aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/net/URLCompositionTest.java
Commit message (Expand)AuthorAgeFilesLines
* Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected resu...Sven Gothel2013-06-191-2/+4
* Fix URLCompositionTest for Bug 757 (2): If file, replace '/' in expected resu...Sven Gothel2013-06-191-1/+11
* Fix URLCompositionTest for Bug 757: If file, replace '/' in expected result w...Sven Gothel2013-06-191-10/+12
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-0/+40
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-24/+110
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-021-6/+15
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-171-0/+62