[JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread jump-pilot-svn
Revision: 4728 http://sourceforge.net/p/jump-pilot/code/4728 Author: edso Date: 2015-12-30 18:05:07 + (Wed, 30 Dec 2015) Log Message: --- extended support for urls, added methods like getHost(), getPort() etc. Modified Paths: --

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread Michaël Michaud
Hi Ede, Just wondered if it worth the extra work on UriUtil. URI class has probably a good parser to check a URI is valid (using the constructor), and most methods to access the different uri parts, except maybe one to get name and password separately. But maybe I missed the point. Michaël Le

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread Rahkonen Jukka (MML)
-pilot-devel@lists.sourceforge.net Aihe: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java Revision: 4728 http://sourceforge.net/p/jump-pilot/code/4728 Author: edso Date: 2015-12-30 18:05:07 + (Wed, 30 Dec 2015) Log Message: --- extended support for urls

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread edgar . soldin
> -Alkuperäinen viesti- > Lähettäjä: jump-pilot-...@lists.sourceforge.net > [mailto:jump-pilot-...@lists.sourceforge.net] > Lähetetty: 30. joulukuuta 2015 20:05 > Vastaanottaja: jump-pilot-devel@lists.sourceforge.net > Aihe: [JPP-Devel] SVN: [4728] core/trunk/src/org/o

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread edgar . soldin
you're free _not_ to use it :)).. for me these util functions allow easy (no exceptions thrown), lightweight (work exclusively on strings no URL objects) to manipulate url strings. note the difference between URL and URI ..ede On 30.12.2015 21:42, Michaël Michaud wrote: > Hi Ede, > > Just