Github user borisroman commented on the pull request:

    https://github.com/apache/cloudstack/pull/961#issuecomment-150667050
  
    Verified with curl -v => LGTM :+1: 
    
    Before:
    
    ```
    [root@cs1 cloudstack]# curl -v 192.168.22.61:8080/client/
    * About to connect() to 192.168.22.61 port 8080 (#0)
    *   Trying 192.168.22.61...
    * Connected to 192.168.22.61 (192.168.22.61) port 8080 (#0)
    > GET /client/ HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: 192.168.22.61:8080
    > Accept: */*
    > 
    < HTTP/1.1 200 OK
    < Content-Type: text/html; charset=utf-8
    < Expires: Thu, 01-Jan-1970 00:00:00 GMT
    < Set-Cookie: JSESSIONID=s17fnbszvqyz1t9vgieqevtog;Path=/client
    < Transfer-Encoding: chunked
    < Server: Jetty(6.1.26)
    < 
    ```
    
    After:
    ```
    [root@cs1 cloudstack]# curl -v 192.168.22.61:8080/client/
    * About to connect() to 192.168.22.61 port 8080 (#0)
    *   Trying 192.168.22.61...
    * Connected to 192.168.22.61 (192.168.22.61) port 8080 (#0)
    > GET /client/ HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: 192.168.22.61:8080
    > Accept: */*
    > 
    < HTTP/1.1 200 OK
    < Content-Type: text/html; charset=utf-8
    < Expires: Thu, 01-Jan-1970 00:00:00 GMT
    < Transfer-Encoding: chunked
    < Server: Jetty(6.1.26)
    < 
    ```
    
    Ping @remibergsma 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to