kmindi commented on pull request #608:
URL: https://github.com/apache/logging-log4j2/pull/608#issuecomment-992427010
Are lookups via ContextMap/ctx also fixed with this?
E.g. if something like this is used:
```
<File name="Application" fileName="application.log">
<PatternLayout>
<pattern>$${ctx:requestUri}</pattern>
</PatternLayout>
</File>
```
or with a JSONLayout
```
<JsonLayout complete="false" compact="true" properties="false"
eventEol="true">
<KeyValuePair key="requestUri"
value="$${ctx:AUDIT.requestUri:-}"/>
</JsonLayout>
```
I understand that context contains elements from other applications maybe,
in this case passing the requestUri. It seems to be evaluated in the non-fixed
versions, yet I'm unsure if this fix with 2.15.0 does also fix ctx based
lookups?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]