History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SIM-89
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Assignee: Mathias Bogaert
Reporter: Sinda Hauser
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SiteMesh

<url-pattern> mapping on deployment descriptor

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


 Description  « Hide
  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.

 All   Comments   Change History      Sort Order:
Mathias Bogaert - [12/Apr/04 02:35 AM ]
Thanks for the report!