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

DO NOT REPLY [Bug 20151] New: - "queryMB.recycle();" is missing in org.apache.tomcat.util.http.Parameters.recycle() method.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20151>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20151

"queryMB.recycle();" is missing in org.apache.tomcat.util.http.Parameters.recycle() method.

           Summary: "queryMB.recycle();" is missing in
                    org.apache.tomcat.util.http.Parameters.recycle() method.
           Product: Tomcat 4
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: a271278@fmr.com


when you do 
  Parameters_object.recycle(); it clears paramHashStringArray, so there suposed
to be no params, but after
  Parameters_object.processParameters("par1=a"); there will be old params from
queryMB and new params.
It works correctly if queryMB.recycle(); is added in
org.apache.tomcat.util.http.Parameters.recycle();

Thanks

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