[
https://issues.apache.org/jira/browse/GEODE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654816#comment-15654816
]
ASF GitHub Bot commented on GEODE-2084:
---------------------------------------
GitHub user kjduling opened a pull request:
https://github.com/apache/incubator-geode/pull/281
GEODE-2084 - When executing a rest api in a browser, the login page p…
…resented in the browser is not setting the username/password correctly
Changed RestSecurityConfiguration to not call login(), which will bring up
the browsers Authentication dialog instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kjduling/incubator-geode feature/GEODE-2084
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/281.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 #281
----
commit d51ebc32a2da6afd7d7c483872a06e9ddafe5960
Author: Kevin Duling <[email protected]>
Date: 2016-11-10T18:44:37Z
GEODE-2084 - When executing a rest api in a browser, the login page
presented in the browser is not setting the username/password correctly
Changed RestSecurityConfiguration to not call login(), which will bring up
the browsers Authentication dialog instead.
----
> When executing a rest api in a browser, the login page presented in the
> browser is not setting the username/password correctly
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-2084
> URL: https://issues.apache.org/jira/browse/GEODE-2084
> Project: Geode
> Issue Type: Bug
> Reporter: Jinmei Liao
> Assignee: Kevin Duling
> Fix For: 1.1.0-incubating
>
>
> Steps to reproduce:
> 1. start up a server with security
> 2. in a browser address bar, type in: http://<ip
> address>:7070/geode/v1/servers, after putting in username/password, I should
> see the result json, but instead, I keep getting the login page.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)