-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Undertow supported various patterns for access-log but introducing some additional pattern might be useful. for example, what scheme (http/https) was used for each request. currently looks like there's no way to get that value.
I think it's useful if getting a value from ServletRequest#getXXX() is possible. but it requires reflection so it might bring performance degradation.