Re: cvs commit:jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread Ryan Lubke
Yes it should.  That's twice I've done that now.  

On Fri, 2002-12-13 at 12:56, Jason Hunter wrote:
 Shouldn't that be amp; instead?
 
 -jh-
 
 [EMAIL PROTECTED] wrote:
  
  jfarcand2002/12/13 08:47:29
  
Modified:jsr154/src/share/javax/servlet/http HttpUtils.java
Log:
Doclets bombs when processing this file (minor fix)
  
Submitted by: Ryan Lubke
  
Revision  ChangesPath
1.3   +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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HttpUtils.java15 Oct 2002 21:39:44 -  1.2
+++ HttpUtils.java13 Dec 2002 16:47:28 -  1.3
@@ -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 ikey=value/i,
- * with each pair separated from the next by a  character.
+ * with each pair separated from the next by a apos character.
  *
  * pA 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]
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
-- 
Ryan Lubke [EMAIL PROTECTED]
Sun Microsystems, Inc.


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




Re: cvs commit:jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread Ryan Lubke
You still missed the terminating ';' :)

On Fri, 2002-12-13 at 13:01, [EMAIL PROTECTED] wrote:
 jfarcand2002/12/13 10:01:54
 
   Modified:jsr154/src/share/javax/servlet/http HttpUtils.java
   Log:
   amp instead (thanks Jason).
   
   Revision  ChangesPath
   1.4   +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.3
   retrieving revision 1.4
   diff -u -r1.3 -r1.4
   --- HttpUtils.java  13 Dec 2002 16:47:28 -  1.3
   +++ HttpUtils.java  13 Dec 2002 18:01:54 -  1.4
   @@ -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 ikey=value/i,
   - * with each pair separated from the next by a apos character.
   + * with each pair separated from the next by a amp character.
 *
 * pA 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]
-- 
Ryan Lubke [EMAIL PROTECTED]
Sun Microsystems, Inc.


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