I think this may be a bug, and wanted a second opinion.  I seems to me that if 
a request has been forwarded to an url which is serviced by the 
PageMVCServlet, it should determine the handling page name from the uri the 
request was forwarded to and not from the uri that did the forwarding. 

Currently it looks at:
 request.getAttribute("javax.servlet.include.servlet_path")
 request.getAttribute("javax.servlet.forward.servlet_path")

before trying:
 request.getRequestURI()

This means in the case of forwarding and includes, it will try to determine a 
page handler from the url that is doing the forwarding.  This is probably not 
what is intended.

Opinions?       

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to