nvazquez commented on a change in pull request #3658: WIP: client: explicitly 
create a session handler to set session timeout
URL: https://github.com/apache/cloudstack/pull/3658#discussion_r342062267
 
 

 ##########
 File path: client/src/main/java/org/apache/cloudstack/ServerDaemon.java
 ##########
 @@ -236,11 +241,10 @@ private void createHttpsConnector(final 
HttpConfiguration httpConfig) {
         }
     }
 
-    private HandlerCollection createHandlers() {
+    private Pair<SessionHandler,HandlerCollection> createHandlers() {
 
 Review comment:
   ```suggestion
       private HandlerCollection createHandlers() {
   ```

----------------------------------------------------------------
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

Reply via email to