https://bz.apache.org/bugzilla/show_bug.cgi?id=62150
Bug ID: 62150
Summary: Relative Paths have changd
Product: Tomcat 8
Version: 8.5.16
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
It appears that relative paths now resolve differently on the request URI when
forwarding between pages.
Prior to 8.5.16, if you were currently at a url of the form:
test/mypage.jsp
and you attempted to forward the request to another page using a relative path,
you could use
../test/mypage2.jsp
The Request URI would resolve to
test/mypage2.jsp
After 8.5.16, the Request URI now resolves to
test/../test/mypage2.jsp
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]