Bug report #637 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/637>

REPORT #637 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: webbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.2.1
   JVM Release: 1.3
   Operating System: RedHat Linux
   OS Release: 6.2
   Platform: Linux

Synopsis: 
sendRedirect() embedded in JSP not working with mod_jk Apache connector

Description:
If you create a JSP page like the following:

<HTML>

<B> Blah Blah HTML </B>

<% response.sendRedirect("/root/myjspdir/newpage.jsp"); %>

</HTML>

it will not correctly redirect you to newpage.jsp when using the mod_jk 
connector(AJPV13). You get back some of the HTML at the begining with the HTTP 
response header inserted in the page(among other weird effects). However if you try 
this page by using tomcat directly, i.e 192.187.223.123:8080/thisjsp.jsp, it will 
redirect to the other page(newpage.jsp) just fine. 

This appears to be a problem with the mod_jk or AJPV13 connector(s)

Title: BugRat Report # 637

BugRat Report # 637

Project: Tomcat Release: 3.2.1
Category: Bug Report SubCategory: New Bug Report
Class: webbug State: received
Priority: high Severity: critical
Confidence: public

Submitter: _Anonymous ( [EMAIL PROTECTED] )
Date Submitted: Dec 20 2000, 12:08:30 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
sendRedirect() embedded in JSP not working with mod_jk Apache connector
Environment: (jvm, os, osrel, platform)
1.3, RedHat Linux, 6.2, Linux

Additional Environment Description:
using apache v1.3.14 with mod_jk using the AJPV13 connection handler.

Report Description:
If you create a JSP page like the following: Blah Blah HTML <% response.sendRedirect("/root/myjspdir/newpage.jsp"); %> it will not correctly redirect you to newpage.jsp when using the mod_jk connector(AJPV13). You get back some of the HTML at the begining with the HTTP response header inserted in the page(among other weird effects). However if you try this page by using tomcat directly, i.e 192.187.223.123:8080/thisjsp.jsp, it will redirect to the other page(newpage.jsp) just fine. This appears to be a problem with the mod_jk or AJPV13 connector(s)

How To Reproduce:
null

Workaround:
null

View this report online...

Reply via email to