M
Marc Twain
Hi -
Simple problem, but I can't seem to find a solution:
I have an application in www.mysite.com/myapp, and a controller that
is using a url-pattern of *.do. My users can go and type
www.mysite.com/myapp/whatever.do and it works.
BUT (and that's the problem) they call also type in
www.mysite.com/myapp/doesntexits/no/stillno/whatever.do
.... and the URL mapping still kicks in! - meaning all my relative
links to images, etc. are broken.
Is there a way to limit the mapping to a single directory,
non-programmitically? I tried /*.do but that didn't work either. I
would rather do things withough having to parse the path_name because
CGI variables differs between webservers.
TIA!!!
AJ
Simple problem, but I can't seem to find a solution:
I have an application in www.mysite.com/myapp, and a controller that
is using a url-pattern of *.do. My users can go and type
www.mysite.com/myapp/whatever.do and it works.
BUT (and that's the problem) they call also type in
www.mysite.com/myapp/doesntexits/no/stillno/whatever.do
.... and the URL mapping still kicks in! - meaning all my relative
links to images, etc. are broken.
Is there a way to limit the mapping to a single directory,
non-programmitically? I tried /*.do but that didn't work either. I
would rather do things withough having to parse the path_name because
CGI variables differs between webservers.
TIA!!!
AJ