Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brad WoodBrad WoodReporter
Brad WoodBrad WoodFix versions
Priority
Major
Details
Details
Assignee
Brad Wood
Brad WoodReporter
Brad Wood
Brad WoodFix versions
Priority
Sentry
Sentry
Sentry
Created June 17, 2020 at 7:58 PM
Updated August 1, 2020 at 12:48 AM
Resolved August 1, 2020 at 12:48 AM
Undertow’s logging sort of sucks. Add default debug logging into the predicate handler that logs each handler as its executed and what the result of that predicate is and what handlers are run as a result.
The first place I would recommend we add some logging to is the
/undertow/core/src/main/java/io/undertow/server/handlers/PredicateHandler.java
class in thehandleRequest()
methodWe can also see about logging the data inside the predicate's
PREDICATE_CONTEXT
as a trace level log messageWe may need a custom build of Undertow to use this at first. We need to send any changes we make to Undertow’s upstream repo as a pull.
Build Undertow like this: