Revision 9303
Added by Jing Tao over 9 years ago
lib/web.xml.tomcat6 | ||
---|---|---|
27 | 27 |
<filter-name>D1URLFilter</filter-name> |
28 | 28 |
<url-pattern>/d1/*</url-pattern> |
29 | 29 |
<dispatcher>REQUEST</dispatcher> |
30 |
<dispatcher>FORWARD</dispatcher> |
|
30 | 31 |
</filter-mapping> |
31 | 32 |
|
32 | 33 |
<servlet> |
Also available in: Unified diff
Add the "forward" value for the "dispatcher" in the filter mapping. So the proxy (using forward) and direct request will use the same filter.