Resolve traceResource.jsf directly under root context
Brought to you by:
cagatay_civici,
yigitdarcin
Right now TraceRenderer renders a lookup for traceResource.jsf under the current path. I use a JAAS based policy strategy and don't want to include a principal for every possible path (or do something with wildcards).
I created a patch for the TraceRenderer class that resolves the traceResource.jsf directly under the application context root.
Now in my policy file I can just include "/traceResource.jsf" to my default principal for 'not logged in' users.
Resolve traceResource.jsf directly under context root