Are you using the <html:base/> tag in your page? It sounds like the browser is misinterpreting relative paths.


Adam


On 09/03/2003 08:19 AM Jose Ramon Diaz wrote:
Hi all,

 I have an action frames.fo, which load a frame according to some arameters.
It works rigth in explorer and Netscape, but when I load the URL in Opera
browser, the pages URL of each frame is changed and it�s added the
"WEB-INF/jsp" directory in the URL.

I mean, for example, if the frameset is loaded in this page:

http://loacalhost/application/frames.do?position=frameBottom&action=default

and in the source one frame is defined (and loaded in browser) in this way:

<frame name="bottomLeft" marginwidth="0" marginheight="0"
src="frames.do?posicion=frameBottomLeft&action=default" scrolling="AUTO"
bordercolor="#666666" frameborder="0">

Opera browser gives the next error:

Resource /application/WEB-INF/jsp/frames.do not found on this server

  I have all the JSPs inside WEB-INF directory to protect them. But I can�t
imagine what�s the HTTP request Opera is doing. Why does it search for the
JSP as if the URL contains WEB-INF directory?

  Can anybody help, please?
        Thanks

Jose R.



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



-- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9


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



Reply via email to