Hi Ortwin,

You're doing the opposite totally.  Why do you exlude them? ;)
And more, those characters're aleady included.  :-p
Just you need to get rid of the below code... Then ok.

Sung-Gu

P.S.: The URI class just deals with a string as an escaped sequence.

----- Original Message -----
From: <[EMAIL PROTECTED]>

>   1.5       +6 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/URI.java
>
>   Index: URI.java
>   ===================================================================
>   RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/
URI.java,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- URI.java 16 Oct 2002 16:58:26 -0000 1.4
>   +++ URI.java 21 Oct 2002 13:57:42 -0000 1.5
>   @@ -1411,6 +1411,8 @@
>        static {
>            allowed_query.or(uric);
>            allowed_query.clear('%');
>   +        allowed_query.clear('=');
>   +        allowed_query.clear('&');
>        }


--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to