GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/157
GUACAMOLE-301: Clear login interface if navigation succeeds.
From [GUACAMOLE-301](https://issues.apache.org/jira/browse/GUACAMOLE-301):
>
> The current login screen logic displays the prompt if credentials are
requested and clears the prompt once login is successful, but this is partially
incorrect. If the user navigates to a page which does not require
authentication (such as one exposed by an extension), the login prompt will
persist unless the entire interface is reloaded.
>
> Because visiting a page will immediately result in credentials being
requested if login is required, the login prompt should simply be cleared upon
successful navigation.
>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
fix-login-routing
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/157.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 #157
----
commit d649f0b955348e2860bb781fa6f68ba003bf1231
Author: Michael Jumper <[email protected]>
Date: 2017-05-08T01:38:43Z
GUACAMOLE-301: Clear login interface if login was either successful or
implicitly not required.
----
---
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.
---