You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/01/03 17:33:15 UTC

DO NOT REPLY [Bug 15783] New: - RequestUtils.getActionMappingURL

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=15783>.
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=15783

RequestUtils.getActionMappingURL

           Summary: RequestUtils.getActionMappingURL
           Product: Struts
           Version: 1.1 Beta 3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: jain@gmx.net


RequestUtils.getActionMappingURL(...) doesn't return the correct URL if the 
servlet mapping in web.xml does not use a pattern such as '/action/*' or '*.do' 
for the struts action servlet, but instead directly specifies one or more 
paths, e.g. '/search'. The URL that is returned is simply the path to the web 
application, e.g. '/demo', rather than '/demo/search'.

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