Bug #70
Error after authentication even if the application seems to be fully functional
| Status: | Closed | Start: | 02/03/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | User Interface | |||
| Target version: | - | |||
Description
It seems that we get a AUTHENTICATION ERROR even if the user is correctly authenticated and can access any page successfully :
[INFO] AppModule.TimingFilter GET (XHR:false) : /error/AUTHENTICATION_ERROR
[INFO] AppModule.TimingFilter Request time: 101 ms
[ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception: Exception in method org.linagora.linShare.view.tapestry.pages.Error.onActivate(java.lang.Integer) (at Error.java:34), parameter #1: Coercion of AUTHENTICATION_ERROR to type java.lang.Integer (via String --> Long, Long --> Integer) failed: For input string: "AUTHENTICATION_ERROR"
History
Updated by Sebastien Bahloul 177 days ago
- Category set to User Interface
- Assigned to set to Stéfanie Duprey
Updated by Stéfanie Duprey 177 days ago
- Assigned to changed from Stéfanie Duprey to Sébastien Levesque
Updated by Sébastien Levesque 177 days ago
problem comes from AppModule configuration with contributeAssetProtectionDispatcher
the AssetProtectionDispatcher reject *.ico like /assets/ctx/7e0e934ba46c28b5/images/favicon.ico
just put a new rule.
Updated by Sébastien Levesque 177 days ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by Stéfanie Duprey 165 days ago
- Status changed from Resolved to Closed
The problem does not appear anymore, thanks.