summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/net/URLCompositionTest.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net...Sven Gothel2013-10-181-241/+0
* Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classesSven Gothel2013-08-311-0/+4
* URIQueryProps: Custumize query separator, allowing user to favor ';' over '&'Sven Gothel2013-08-301-1/+1
* Add URIQueryProps: Simple tool to process URI queries as propertiesSven Gothel2013-08-281-0/+26
* 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