GitHub user mteo opened a pull request:

    https://github.com/apache/syncope/pull/16

    [SYNCOPE-836] user can log in and out without cleaning cache

    because the cache, user couldn't switch authentication status. First 
solution was to disable cache globally in httpprovider for any browser. It 
didn't work for firefox, so stronger solution is to disable cache in every get 
request and make every get request different by adding a time parameter 
throught a interceptor.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mteo/syncope SYNCOPE-836

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/syncope/pull/16.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 #16
    
----
commit 45642228c0963844a34d4bcccd86d4eef4489fa5
Author: Matteo Di Carlo <[email protected]>
Date:   2016-05-05T14:36:46Z

    [SYNCOPE-836] user can log in and out without cleaning cache

----


---
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.
---

Reply via email to