eclipse-ee4j / eclipse-ee4j/jersey

Filter priority - negative numbers

Open
#3,099 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.