
|
If you were logged in you would be able to see more operations.
|
|
|
SiteMesh
Created: 31/Mar/04 04:55 PM
Updated: 12/Apr/04 02:35 AM
|
|
| Fix Version/s: |
2.1
|
|
|
Environment:
|
Tomcat 4.1.18 jdk1.4.0_01
|
|
|
There is a trivial issue on the deployment descriptor <url-pattern> mapping. It will not work with <url-pattern>*</url-pattern> but would work okay with <url-pattern>/*</url-pattern>. This is deployed on Tomcat 4.1.18.
To correct this minor issue, edit the src/example-webapp/WEB-INF/web.xml to reflect above correction.
|
|
Description
|
There is a trivial issue on the deployment descriptor <url-pattern> mapping. It will not work with <url-pattern>*</url-pattern> but would work okay with <url-pattern>/*</url-pattern>. This is deployed on Tomcat 4.1.18.
To correct this minor issue, edit the src/example-webapp/WEB-INF/web.xml to reflect above correction. |
Show » |
|