Hi, Which version of Wicket do you use ? Can you reproduce the problem in a demo application? If YES - please attach it to a ticket in Jira. Thanks!
On Tue, Mar 26, 2013 at 1:04 PM, Martin Dietze <[email protected]> wrote: > 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] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
