You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/04/05 10:19:40 UTC

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java

remm        2003/04/05 00:19:40

  Modified:    coyote/src/java/org/apache/coyote/tomcat4 Tag: coyote_10
                        CoyoteRequest.java
  Log:
  - Port patch to Tomcat 4.1.x (fix params restore with FORM auth).
  - Submitted by Jeff Tulley.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.28.2.1  +5 -5      jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java
  
  Index: CoyoteRequest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java,v
  retrieving revision 1.28
  retrieving revision 1.28.2.1
  diff -u -r1.28 -r1.28.2.1
  --- CoyoteRequest.java	24 Nov 2002 11:56:15 -0000	1.28
  +++ CoyoteRequest.java	5 Apr 2003 08:19:39 -0000	1.28.2.1
  @@ -1262,7 +1262,7 @@
        * @param values Corresponding values for this request parameter
        */
       public void addParameter(String name, String values[]) {
  -        // Not used
  +        coyoteRequest.getParameters().addParameterValues(name, values);
       }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org