[ https://issues.apache.org/jira/browse/WICKET-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Baptiste Quenot reopened WICKET-205: ----------------------------------------- Another update is needed in order for this configuration to work: the URLs generated for an IListenerInterfaceRequestTarget should not only use URL prefix like /abc because in this case the servlet container will redirect to /abc/ and form values will be lost. This redirect problem does not happen when using filterPath "app" and filter-mapping /app The idea is to generate callback URLs with not-only the URL prefix, but also with the request path appended. > WicketFilter fails for filter mapping /* and non-root context > ------------------------------------------------------------- > > Key: WICKET-205 > URL: https://issues.apache.org/jira/browse/WICKET-205 > Project: Wicket > Issue Type: Bug > Components: wicket > Reporter: Jean-Baptiste Quenot > Assigned To: Alastair Maw > Priority: Critical > Fix For: 1.3, 2.0 > > Attachments: 20070111-wicket-1.x-WicketFilter-rootPath, > 20070111-wicket-1.x-WicketFilter-rootPath, > 20070111-wicket-1.x-WicketFilter-rootPath, > 20070111-wicket-1.x-WicketFilter-rootPath, > 20070123-wicket-1.x-WebRequestCodingStrategy-IListenerInterfaceRequestTarget > > > The problem happens: > * With servlet context path /something > * With filter mapping /* > * Without any filterPath init parameter declared > In this case Wicket returns a 404 error. > The attached patch fixes the problem. Thanks in advance! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.