rawlinp commented on a change in pull request #3436: Traffic router add https
URL: https://github.com/apache/trafficcontrol/pull/3436#discussion_r308446656
##########
File path:
traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/secure/CertificateRegistry.java
##########
@@ -43,10 +52,17 @@
volatile private Map<String, HandshakeData> handshakeDataMap = new
HashMap<>();
private RouterNioEndpoint sslEndpoint = null;
final private Map<String, CertificateData> previousData = new
HashMap<>();
+ public String defaultAlias;
Review comment:
Do you mind reformatting the changes to this file? It looks like there is a
mix of tabs and spaces for indentation, and the indentation is off in a few
places.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services