1. start the 7.2.0.DR1 server with the attached server config (it's the default clustered.xml with TRACE enabled on rest access logger and rest security removed)
2. do a rest put: curl -X PUT -d "aaa" http://localhost:8080/rest/default/a
3. do a rest get: curl -X GET http://localhost:8080/rest/default/a
4. the rest access log at <SERVER_HOME>/standalone/log/rest-access.log is empty
1. start the 7.2.0.DR1 server with the attached server config (it's the default clustered.xml with TRACE enabled on rest access logger and rest security removed)
2. do a rest put: curl -X PUT -d "aaa" http://localhost:8080/rest/default/a
3. do a rest get: curl -X GET http://localhost:8080/rest/default/a
4. the rest access log at <SERVER_HOME>/standalone/log/rest-access.log is empty
JDG-1121RestAccessLoggingHandler should support X-Forwarded-For headers
Closed
is caused by
JDG-1432RESTEASY002115: Attempting to register unassignable contract for org.infinispan.rest.logging.RestAccessLoggingHandler warning is generated on startup