You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/20 13:52:31 UTC

DO NOT REPLY [Bug 10057] New: - banner.jsp form should not link to absolute path

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10057>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10057

banner.jsp form should not link to absolute path

           Summary: banner.jsp form should not link to absolute path
           Product: Tomcat 4
           Version: 4.1.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Administration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: lsomchai@yahoo.com


Because of security reason, I rename /admin path to other. But, in the 
banner.jsp form(Commit Change and Logout button), action link to absolute path 
as "/admin/commitChanges.do" and "/admin/logOut.do". It should change to 
relative path as "commitChanges.do" and "logOut.d".

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>