You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2002/10/23 03:35:50 UTC

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URI.java

jericho     2002/10/22 18:35:50

  Modified:    httpclient/src/java/org/apache/commons/httpclient URI.java
  Log:
  - Correct the allowed query bitset of the escaped sequence for generic URI-reference
  
  Revision  Changes    Path
  1.7       +4 -8      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- URI.java	22 Oct 2002 18:23:24 -0000	1.6
  +++ URI.java	23 Oct 2002 01:35:49 -0000	1.7
  @@ -1411,10 +1411,6 @@
       static {
           allowed_query.or(uric);
           allowed_query.clear('%');
  -        allowed_query.clear('=');
  -        allowed_query.clear('&');
  -        allowed_query.clear('?');
  -        allowed_query.clear('#');
       }
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>