Dear community,

i am trying to obfuscate out certain paths in my produced HTML.
For the primary response i use a filter successfully, and then the browser 
starts calling js / css and other static content from the default  Jetty 
Servlet with the obfuscated URLs.
These calls obviously run into a 404 and i cannot get my filter to catch 
these calls for de-obfuscating.
I tried several filter types but i seem to be missing something:

@Component(
        scope = ServiceScope.PROTOTYPE,
        service = Filter.class,
        property = {
                HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_PATTERN + 
"=/*.js",
                HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_NAME + 
"=StaticFilter"
        }
)

-- 
-- 
------------------
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