First of all, you don't need /app/* anylonger. just /*.

I'm running behind proxy as well and it works well. Are you sure you haven't
run into this problem:

http://cwiki.apache.org/WICKET/wicket-behind-a-front-end-proxy.html#Wicketbehindafront-endproxy-Whythisdoesn%2527talwayswork

Frank


On Nov 9, 2007 11:56 AM, Murat Yücel <[EMAIL PROTECTED]> wrote:

> 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