eclipse-ee4j / eclipse-ee4j/jersey
Filter priority - negative numbers
Open
1221
Component: core
logging
Priority: Minor
Type: Bug
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
The LoggingFilter has priority set to @Priority(Integer.MIN_VALUE)
However we noticed that it is actually executed after our own filter which had @Priority(100).
When we extended the LoggingFilter and gave it @Priority(0) the it started to execute before the filter with @Priority(100).
So there is either a problem with the ordering mechanism or the LoggingFilter should have @Priority(0).
Contributor guide
Assessment
This issue has not been assessed yet.