You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/25 02:15:25 UTC

BugRat Report #160 has been filed.

Bug report #160 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/160>

REPORT #160 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: support
State: received
Priority: low
Severity: serious
Confidence: public
Environment: 
   Release: tomcat31
   JVM Release: jdk122
   Operating System: win95 and redhat62
   OS Release: win95 and redhat62
   Platform: p120 and p500

Synopsis: 
redirect + encodeURL = nothing

Description:
Dear Craig,
(1) I have a problem to create account. 
The message is something like
"....problems with toArray method....."
appearing in second page, after submitting "CREATE ACCOUNT".
I am NOT GETTING confirmation keys

(2)Actually, I was trying to ask question about encodeURL:
response.redirect(response.encodeURL("myjsp.jsp"))
AS WELL AS
<jsp:forward page="<%=response.encodeURL("myjsp.jsp")%> />
AS WELL AS
similar with ***encodeRedirectURL***
are not working.
Separately response.redirect("myjsp.jsp") and
<A href=<%= encodeURL("myjsp.jsp")%> 
working FINE.
I have stand alone Tomcat-3.1 in Win-95 and similar
in RedHat6.2.

Thank you very much for any suggestions.

AlexV