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
Adding Filter support would make it easier to adapt implementations that expect this to be present, though it would require altering each of the entrypoint servlets to apply this. It's also the sort of thing that may end up being surprisingly annoying to get right.
In the mean time, the JAX-RS ServiceParticipant extension point serves this purpose for most needs.
The text was updated successfully, but these errors were encountered:
Adding Filter support would make it easier to adapt implementations that expect this to be present, though it would require altering each of the entrypoint servlets to apply this. It's also the sort of thing that may end up being surprisingly annoying to get right.
In the mean time, the JAX-RS
ServiceParticipant
extension point serves this purpose for most needs.The text was updated successfully, but these errors were encountered: