-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should attempt to remove the ${project.name}_Server resource requirement. It's a big awkward from a user perspective to have to ensure one end point always gets invoked before another endpoint.
I would think we could use a filter of some sort to handle this. We may have to set the servlet context on the ResteasyContext, but IMO that should be a last resort. I feel we could use a ContainerRequestFilter to set a property on the request itself.
If this cannot be removed, we really should remove the start and stop end points as they should not be publicly exposed.
liweinan
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request