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 <kdul...@pivotal.io> 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. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---