-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure skipPattern in web.xml #96
Comments
@wyfrel hi, could you please describe your use case? Why do you need to define it in web.xml? The fiter itself cannot be configured in web.xml as it requires multiple objects to be provided. |
@pavolloffay : thx for your answer. I fact the need is to be able to configure the skippattern when starting the |
Do you mean when the feature is auto-discovered by runtime? I am planning to remove
Maybe because the runtime auto discovered it and the provider added to singletons is skipped. |
I configure it via the
I've just try to removed the |
And do you get any traces? @wyfrel do you have a reproducer? It seems more like a configuration issue. |
@pavolloffay : How can i give a reproducer ? What do you want to see ? |
The project you are using. Publish it on github or as an archive here so I can try it locally. |
@pavolloffay : Sorry for the delay. I add no time to produce a working example (without company code ;-)) before today. I publish it here : https://github.com/wyfrel/helloworld-opencontrib-jaxrs In 'be.wyfrel.helloworld.application.HelloWorldApplication' i add in comment the configurations that aren't working |
@pavolloffay : did you had Time to check my reproducer ? |
@wyfrel thanks for the reproducer I will have a look soon. |
I had a look at the reproducer. I have a couple of comments:
The working example is here https://github.com/wyfrel/helloworld-opencontrib-jaxrs/pull/1/files Interesting is that adding a dynamicfeature to singleton map does not work (in WF). Therefore I think the way to go is to create a wrapper for |
@wyfrel I got working configuration via
Then all resources specified in singletons are loaded. |
@pavolloffay : Thx for all these information!! I'll take a look at them !! |
Hi,
I would like to configure skipPattern in web.xml. Is there a way to do this?
Thank you !
The text was updated successfully, but these errors were encountered: