Bug 33728 - Bad request url with Struts/Tiles
Summary: Bad request url with Struts/Tiles
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.7
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-24 15:00 UTC by LOISON
Modified: 2005-02-24 06:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LOISON 2005-02-24 15:00:45 UTC
I develop with Struts 1.2.4 and Tiles
Struts action /Main.do maps to Tiles definition main.page
Tiles main.page definition points on some jsp file: /jsp/Main.jsp

In /jsp/Main.jsp, I'm displaying a link doing some table paging.
Link is contructed from resquest's URI.

Using Tomcat 5.0.28, link points on /Main.do and that's fine.
Using Tomcat 5.5.7, link points on /jsp/Main.jsp which is a failure.

This bug may affect other Tomcat 5.5.7 / Struts / Tiles projects.

Best regards.
Comment 1 Remy Maucherat 2005-02-24 15:18:07 UTC
Please submit a ready to use war test case.