Github user ustcweizhou commented on the pull request:
https://github.com/apache/cloudstack/pull/961#issuecomment-151757451
@K0zka
(1) not working:
```
[root@weizhou master]# curl -v 10.11.115.10:8080/client/ -o /dev/null
* About to connect() to 10.11.115.10 port 8080 (#0)
* Trying 10.11.115.10... connected
* Connected to 10.11.115.10 (10.11.115.10) port 8080 (#0)
> GET /client/ HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7
NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: 10.11.115.10:8080
> Accept: */*
>
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0< HTTP/1.1 200 OK
< Server: Apache-Coyote/1.1
< Content-Type: text/html;charset=UTF-8
< Transfer-Encoding: chunked
< Date: Wed, 28 Oct 2015 08:00:06 GMT
<
{ [data not shown]
100 105k 0 105k 0 0 2353k 0 --:--:-- --:--:-- --:--:--
6193k* Connection #0 to host 10.11.115.10 left intact
* Closing connection #0
```
(2) working:
```
[root@weizhou master]# curl -v 10.11.115.10:8080/client/ -o /dev/null
* About to connect() to 10.11.115.10 port 8080 (#0)
* Trying 10.11.115.10... connected
* Connected to 10.11.115.10 (10.11.115.10) port 8080 (#0)
> GET /client/ HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7
NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: 10.11.115.10:8080
> Accept: */*
>
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0< HTTP/1.1 200 OK
< Server: Apache-Coyote/1.1
< Set-Cookie: JSESSIONID=E5F293179AD0BEDAF4A2746A8C41F546; Path=/client;
HttpOnly
< Content-Type: text/html;charset=UTF-8
< Transfer-Encoding: chunked
< Date: Wed, 28 Oct 2015 08:00:21 GMT
<
{ [data not shown]
100 226k 0 226k 0 0 922k 0 --:--:-- --:--:-- --:--:--
933k* Connection #0 to host 10.11.115.10 left intact
* Closing connection #0
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---