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

Redirection fails in embedded Tomcat in wspack1-b06

           Summary: Redirection fails in embedded Tomcat in wspack1-b06
           Product: Tomcat 4
           Version: Nightly Build
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The redirection to another JSp fails in the embedded tomcat in the WSPack 1.0 
EA1 -b06

this is the JSP which redirects:
Name: Original.jsp
********************************************************
<%-- test JSP by Prasad --%>

<% String  path="Redirected.jsp"; %>
<% response.sendRedirect(path); %>

Pls get redirected !!

**************************************
This is the JSP to which the redirection happens:
Name: Redirected.jsp

********************************************
<%-- test JSP by Prasad --%>

This is the new JSP
**********************************************

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to