Re: URI.parseAuthority throws URIException: invalid port number when using login with at-sign

2004-08-25 Thread Ortwin Glück
Rudolf, this is indee tricky. We had a similar bug here regarding the # character. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28728 Does this help? Ortwin Glück Rudolf Kaertner wrote: Is this a well known behaviour or is this to be considered as a bug? The at-sign ([EMAIL PROTECTED]) is i

URI.parseAuthority throws URIException: invalid port number when using login with at-sign

2004-08-25 Thread Rudolf Kaertner
Is this a well known behaviour or is this to be considered as a bug? The at-sign ([EMAIL PROTECTED]) is internally used as field separator for the port-number, so that when using a login like [EMAIL PROTECTED] for authentication will lead to this exception, as “domain” is an invalid port numb