I found that in some situations, when
Component.continueToOriginalDestination is called, the
InterceptionData object used there internally points to the home
page, i.e., the path element is empty. In that case the
RequestCycle's UrlRenderer.renderUrl() produces "./.".

This URL seems to cause problems with some browsers, e.g. in the
IE I found this leading to 404 pages.

I have fixed this by implementing my own UrlRenderer which
produces an absolute path here (e.g. with an URL prefix
'http://xxx.yy/foo', an URL './.' would produce '/foo').

Just wondering, is there a problem with the way the default
UrlRenderer produces such URLs?

Cheers,

M'bert

-- 
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+= 
If life is a stage, I want some better lighting. If little else, the brain 
is an educational toy.  -- Tom Robbins

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to