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

MalformedURLException





------- Additional Comments From [EMAIL PROTECTED]  2003-10-13 13:40 -------
the cause might be that the result of my login page is a framed page. as you 
can see in the stack trace, there is another error in the middle:

java.net.MalformedURLException: no protocol: welcome.jsp;jsessionid=1KkBC7kZTktE
1362Z1wlvVwS2fDzRDPaiJ8uo4QjZdwdjyvTXq1r!1878261823!-1062731763!7001!7002

the result of the login is a html page with two frames. the second frame has 
a "welcome.jsp" page displayed. here's the HTML FRAMESET code of the resulting 
page:

<FRAMESET COLS="200,*">
  <FRAME NAME="menu" SRC="<%= SERVLET_NAME %>?<%= REQUEST_PARA_CMD %>=<%= 
UserCase.COMMAND_LOGINSUCCESS %>" FRAMEBORDER=0 SCROLLING=auto NORESIZE>
  <FRAME NAME="page" SRC="<%= response.encodeUrl("welcome.jsp") %>" 
FRAMEBORDER=0 SCROLLING=auto NORESIZE>
  <NOFRAMES>
Keine Frames verf&uuml;gbar!
  </NOFRAMES>
</FRAMESET>

however, the login succeds and subsequent samplers seem to work.

(alas, the "path" field in the HTTP Request Default configuration is not used 
(it's ignored))

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

Reply via email to