https://bz.apache.org/bugzilla/show_bug.cgi?id=69442

            Bug ID: 69442
           Summary: Case sensitivity of http content-type
           Product: Tomcat 10
           Version: 10.1.33
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: ch...@msn.com
  Target Milestone: ------

Get unexpected response when post with uppercase content-type field.
See:
-----------------------------------------------------------------------
curl -X POST http://localhost/echo.jsp?ver=2024.11.14 -H "Content-Type:
application/x-www-form-urlencoded" -d username=tomcat1

Parameter name & value pair: ver=2024.11.14
Parameter name & value pair: username=tomcat1
-----------------------------------------------------------------------

curl -X POST http://localhost/echo.jsp?ver=2024.11.14 -H "Content-Type:
APPLICATION/x-www-form-urlencoded" -d username=tomcat1

Parameter name & value pair: ver=2024.11.14
-----------------------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to