You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by markt-asf <gi...@git.apache.org> on 2018/11/01 15:15:00 UTC

[GitHub] tomcat issue #125: Provide port offset functionality (BZ-61171)

Github user markt-asf commented on the issue:

    https://github.com/apache/tomcat/pull/125
  
    Patch has been applied with a few changes:
     - portOffset was not cached on the Connector (to align with recent changes to how port is handled)
     - handle special case port values where the offset should not be applied
     - use getPortWithOffset() everywhere
     - expose  new attributes via JMX
     - take a slightly different approach with logging in case anyone (not  that they should) is parsing log messages based on the current format
     - added handling for the redirectPort attribute
     - fix any IDE / CheckStyle warnings
    
    Despite what might look like a long list of changes, the patch was applied largely as-is. I particularly like the approach to handling the Connectors.
    
    Many thanks. This feature will be available in 9.0.13 onwards.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org