[
https://issues.apache.org/jira/browse/CLOUDSTACK-8977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14971654#comment-14971654
]
ASF GitHub Bot commented on CLOUDSTACK-8977:
--------------------------------------------
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
> 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)