You have to filter yourself depending on the Request-Object passed to the filter method.

Am 07.07.2016 14:40, schrieb Martin Nielsen:
Hello everyone.

I am using a FilterFactory to register a filter to a Pax Wicket application, without any trouble.

I simply have a FilterFactory, which i register as such:
@Component(property = "pax.wicket.applicationname=theapplication",service = FilterFactory.class, immediate = true)
public class MyFactory implements FilterFactory{...}


But now i need to do some URL-mapping on the filter from this factory, applying the filter to every URL except one. But i can't seem to find any way to specify a URL mapping with FilterFactory.

How do i achieve this?

Many thanks.
-Martin



--
--
------------------
OPS4J - http://www.ops4j.org - [email protected]

--- You received this message because you are subscribed to the Google Groups "OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to