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/06/11 10:07:09 UTC

DO NOT REPLY [Bug 20673] New: - html:rewrite not playing nice with Websphere 4.0

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

html:rewrite not playing nice with Websphere 4.0

           Summary: html:rewrite not playing nice with Websphere 4.0
           Product: Struts
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: francois.maurit@improve.fr


I make use of the tag html:rewrite for some of my JSPs.

Using Struts 1.1RC1 and Websphere 4.0, <html:rewrite page="/info.html"/> used to
generate
<a href="http://localhost:8080/myWebApp/info.html"/>, which was expected.

As of Struts 1.1RC2, same page, same server, the generated HTML code is
<a href="http://localhost:8080/myWebApp/myWebApp/info.html"/>.
(switching back to 1.1RC1 solves the issue)

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org