Hi,

****************************************
Description of test case:

In servlet1, use
  getServletContext().getRequestDispatcher().forward()
to forward to servlet2, and in servlet2, call
  request.getRequestURL()

****************************************
Test result:

Tomcat 4.1.30
  return value is url for servlet1
WebLogic 8.1
  return value is url for servlet2

****************************************

In SRV8.4, "The path elements of the request object
exposed to the target servlet must reflect the path
used to obtain the RequestDispatcher."

"path used to obtain the RequestDispatcher" in this
test case is the path for servlet2. Does request url
belongs to those "path elements"?

Thanks.
Hugh


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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

Reply via email to