Skip to content

web-resource-collection without authorization #1674

Answered by msavy
LucasPenido asked this question in Help
Discussion options

You must be logged in to vote

Are you trying to add an extra JAX-RS resource to the Manager API?

If you check out the 3.x branch you might get some inspiration on how to achieve this.

For example: https://github.com/apiman/apiman/blob/3.x/manager/api/war/tomcat8/src/main/webapp/WEB-INF/web.xml#L104-L184

I think if you simply don't provide a constraint it should not be protected 🤔. It's part of the Java EE specification (aka Jakarta EE), so you should be able to follow that standard.

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by LucasPenido
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@msavy
Comment options

msavy Dec 7, 2021
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1668 on December 07, 2021 15:08.