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

            Bug ID: 56381
           Summary: ServletRequest can be modified by Multiple Threads
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: mgai...@hotmail.com

ServletRequest implementor can be being referenced by multiple threads 
its easy to see that every attribute of the Request contains (including maps)
can be and will be modified
this is unacceptable and must be corrected asap (by introducing synchronized
blocks for any code modifying ServletRequest and or attributes of
ServletRequest)

Originally reported by Jess Holle 10 April 2014

-- 
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