[
https://issues.apache.org/jira/browse/CLOUDSTACK-8977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977939#comment-14977939
]
ASF GitHub Bot commented on CLOUDSTACK-8977:
--------------------------------------------
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
```
> cloudstack UI creates a session for users not yet logged in
> -----------------------------------------------------------
>
> Key: CLOUDSTACK-8977
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8977
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: UI
> Affects Versions: 4.5.2
> Reporter: Laszlo Hornyak
> Assignee: Laszlo Hornyak
> Fix For: Future
>
> Original Estimate: 0.1h
> Remaining Estimate: 0.1h
>
> The cloudstack UI always creates a session. By executing a command like 'ab
> -n 200000 -c 32' the server can be killed reqlly quick.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)