jfarcand    2002/12/13 10:16:52

  Modified:    jsr154/src/share/javax/servlet/http HttpUtils.java
  Log:
  This time I will check what I'm doing :-)
  
  Revision  Changes    Path
  1.5       +1 -1      
jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java
  
  Index: HttpUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HttpUtils.java    13 Dec 2002 18:01:54 -0000      1.4
  +++ HttpUtils.java    13 Dec 2002 18:16:52 -0000      1.5
  @@ -104,7 +104,7 @@
        * The query string should be in the form of a string
        * packaged by the GET or POST method, that is, it
        * should have key-value pairs in the form <i>key=value</i>,
  -     * with each pair separated from the next by a &amp character.
  +     * with each pair separated from the next by a &amp; character.
        *
        * <p>A key can appear more than once in the query string
        * with different values. However, the key appears only once in 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to