HoffmannTom opened a new pull request #487: URL: https://github.com/apache/tomcat/pull/487
The logging of unknown http2 settings should contain the key and the value of the setting. The key is currently converted into a setting object. Unknown keys are mapped to Integer.MAX_VALUE Thus the log currently contains the MAX_VALUE as key and the value of the settings. The original key got lost during the conversion to the setting object. Therefore the logging was moved to methods, which have access to the original key and the value. -- 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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org