GitHub user bostko opened a pull request:
https://github.com/apache/brooklyn-server/pull/578
BROOKLYN-323: Logout fixes for karaf distribution
- Added POST logout call returning html.
Intermidiate logout step moved from brooklyn-ui
to Java code in brooklyn-server.
- disable CSRF protection for logout call
- Give valid WWW-Authorization header to the client.
Previously it was just WWW-Authorization: Basic
Where it has to be WWW-Authorization: Basic realm="something"
- removed TEMPORARY_REDIRECT step
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bostko/brooklyn-server logout-api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/578.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #578
----
commit fc912466c096cdb4059d8e42f3a3105ed623ee68
Author: Valentin Aitken <[email protected]>
Date: 2016-08-03T19:56:11Z
BROOKLYN-323: Logout fixes for karaf distribution
- Added POST logout call returning html.
Intermidiate logout step moved from brooklyn-ui
to Java code in brooklyn-server.
- disable CSRF protection for logout call
- Give valid WWW-Authorization header to the client.
Previously it was just WWW-Authorization: Basic
Where it has to be WWW-Authorization: Basic realm="something"
- removed TEMPORARY_REDIRECT step
----
---
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.
---