Hi All

I have looked at this article:
http://cwiki.apache.org/WICKET/wicket-behind-a-front-end-proxy.html

and it seems like the problem should be gone in wicket 1.3 but it
isnt. I still get 404
errors. There is a warning on the wiki page: "Don't use setContextPath
with Wicket 1.3".

I am not setting the context path. Instead i am using filter-mapping.
Is this the same thing?

    <filter-mapping>
        <filter-name>wicket</filter-name>
        <!-- The app is needed for ajax (this is a known
limitation/bug in wicket) -->
        <url-pattern>/app/*</url-pattern>
    </filter-mapping>

Do you have a workaround for this issue or am i doing something wrong?
I am currently running 1.3-beta4.

Kind regards

/Murat Yücel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to