-
Bug
-
Resolution: Done
-
Major
-
1.19.1.Final
-
None
Method isAutodetectedBearerOnly() should be invoked after checking cached token.
Invoking isAutodetectedBearerOnly() early will break every AJAX request that relies on HTTP session. A clear example is JSF Partial Request, it will never send the header "Authorization" neither the query parameter "auth" by design, it relies in HTTP session. During the initial load of view the user was authenticated, then the token was stored in HTTP session, so, JSF Partial Request relies on HTTP session.