-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2 M3
-
Component/s: Web Common
Current behavior of WebEngine is (as JSF WebApp) stateful.
This means a Http Session is created :
- to store the CoreSession
- to cache JAAS authentication
This behavior can lead to leaking CoreSession if the client does not supports cookie. This can be the case when WebEngine is accessed via BasicAuthentication au AnonymousPlugin.