Hi all,
I have a virtualUri that ignores a part of the url, the usual thing for
seo-friendly pages. I noticed that adding an escaped / (forward slahs,
which is %2F when urlencoded) in that part of the url breaks the
virtualUri. Then I started doing a few tests and notices something
strange, which is testable also on the public demo:
- The correct page:
http://demoauthor.magnolia-cms.com/demo-project/about.html
- Non-existing page (an this is fine):
http://demoauthor.magnolia-cms.com/demo-project/abZZout.html
(By the way, it should be nice to add a 404 page :-) )
- Error page:
http://demoauthor.magnolia-cms.com/demo-project/ab%2Fout.html
The page shown is the "server restarting" one, which I suppose is the
error page for that site. Problem is that there is no exception logged
or no sign of what's gone wrong. I would expect that %2F would lead to a
404 page at most, not the error one.
I'm asking here because I'm almost sure a couple of months ago this was
working just fine, and now seems broken.
Regards, Danilo.
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------