Bug 59824 - RewriteValve is not asyncSupported by default
Summary: RewriteValve is not asyncSupported by default
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 8.5.3
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-07 19:59 UTC by Brett Kail
Modified: 2016-08-02 15:02 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brett Kail 2016-07-07 19:59:44 UTC
Unlike all other Tomcat valves, RewriteValve does not set asyncSupported=true by default, so asyncSupported="true" must be explicitly specified in XML.
Comment 1 Remy Maucherat 2016-07-18 10:13:53 UTC
Many of the other utility valves can be asyncSupported by default. This is an enhancement since the valve has to be declared in the xml already so adding asyncSupported is easy.
Comment 2 Mark Thomas 2016-08-02 15:02:04 UTC
The default has been changed to true in:
9.0.x for 9.0.0.M10 onwards
8.5.x for 8.5.5 onwards
8.0.x for 8.0.37 onwards