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

            Bug ID: 61311
           Summary: Invalid Exception-catching flow
           Product: Tomcat 8
           Version: 8.5.13
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: bartoszarciemow...@gmail.com
  Target Milestone: ----

Request.java, lines 2876-2895:
After catching e.g. SizeException and setting the reason to POST_TOO_LARGE, in
the following finally-block the reason is set to UNKNOWN. 
So, the only reason that is ever set up is UNKNOWN.

The problem is with the if-statement in finally-block.

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