Re: Issue 12 in urlrewritefilter: urlrewrite on wicket

13 views
Skip to first unread message

urlrewri...@googlecode.com

unread,
Mar 17, 2012, 12:41:04 AM3/17/12
to urlre...@googlegroups.com

Comment #3 on issue 12 by s...@golestane.com: urlrewrite on wicket
http://code.google.com/p/urlrewritefilter/issues/detail?id=12

Add
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
to your wicket filter.

It should look something like this:

<filter-mapping>
<filter-name>WebApplication</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>

Reply all
Reply to author
Forward
0 new messages