Anonymous | Login | Signup for a new account | 12-17-2024 10:52 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002686 | [Resin] | minor | always | 05-21-08 10:25 | 06-05-08 13:45 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.2.0 | Product Version | 3.1.6 | ||||
Product Build | |||||||||
Summary | 0002686: authenticator needs to be stored in servletcontext caucho.authenticator | ||||||||
Description |
(rep by Anthony Blandran) We cannot view the Resin 3.1 change log from http://caucho.com/resin/changes/changes.xtp. [^] We get the following error: 500 Servlet Exception [show] java.io.FileNotFoundException: /var/www/hosts/www.caucho.com/webapps/resin/changes/changes-31.xtp We are trying to determine if there were any changes with the Authenticator between 3.1.3 and 3.1.5? Now our code for logging out a user does not work. final ServletContext servletContext = getServletContext(); final Authenticator authenticator = (Authenticator) servletContext.getAttribute("caucho.authenticator"); if (authenticator != null) authenticator.logout(request, response, servletContext, request.getUserPrincipal()); authenticator.logout is no longer called because authenticator is null. What do we need to do to make logout work again? |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |