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:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to