You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load the urlrewrite.xml dynamically, in this case from a servlet that translates Jade into XML under the url /urlrewriteconfig.
Since filters are loaded before servlets (I'm guessing this is the reason) I get this error message:
INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter ERROR: unable to find urlrewrite conf file at /urlrewriteconfig
But then I said the dynamic reload to 1 second , and it still never ends up loading (and I get no subsequent error messages). Is it not possible to load from a URL? Ideally, I would like to load from a servlet before the filter is even made available - can I do this in code somehow? I'd be happy to explicitly grab the filter and tell it what the config is, if that is possible (ideally from a URL/Stream).
I'm trying to load the urlrewrite.xml dynamically, in this case from a servlet that translates Jade into XML under the url /urlrewriteconfig.
Since filters are loaded before servlets (I'm guessing this is the reason) I get this error message:
INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter ERROR: unable to find urlrewrite conf file at /urlrewriteconfig
But then I said the dynamic reload to 1 second , and it still never ends up loading (and I get no subsequent error messages). Is it not possible to load from a URL? Ideally, I would like to load from a servlet before the filter is even made available - can I do this in code somehow? I'd be happy to explicitly grab the filter and tell it what the config is, if that is possible (ideally from a URL/Stream).
This is my config:
The text was updated successfully, but these errors were encountered: