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 2011/09/06 17:57:35 UTC

DO NOT REPLY [Bug 51773] New: lost parameter value

https://issues.apache.org/bugzilla/show_bug.cgi?id=51773

             Bug #: 51773
           Summary: lost parameter value
           Product: Tomcat 6
           Version: 6.0.33
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: ninesea@sina.com
    Classification: Unclassified


OS & tomcat 64bit
public class SetCharacterEncodingFilter implements Filter {

public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain){

    //fix bug
    //request.getParameterMap(); 

    request.setCharacterEncoding(encoding);

    //if param test is one character     
    //testValue is ""
    String testValue = request.getParameter("test"); 

    chain.doFilter(request, response);

}

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 51773] lost parameter value

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51773

buzidao <ni...@sina.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |Windows 7

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 51773] lost parameter value

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51773

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
         OS/Version|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> 2011-09-06 19:40:58 UTC ---
Bugzilla is not a support forum. Please post to the Tomcat users' list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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