-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
-
None
Some attributes when used in expression filter don't work as someone would expect:
- ResponseCodeAttribute
- ResponseReasonPhraseAttribute
- ResponseTimeAttribute
- BytesSentAttribute
The problem is an expression filter is applied before the request is completely processed so the attributes do not return correct values. This issue should be either fixed or documented(or both).
- is related to
-
UNDERTOW-1358 ResponseTimeAttribute returns time from before the response ends when used in expression filter
- Resolved