[jira] Updated: (GERONIMO-646) Servlet calling HttpServletRequest.isUserInRole(null) causes NPE using Jetty container

2005-12-09 Thread Dain Sundstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-646?page=all ] Dain Sundstrom updated GERONIMO-646: Fix Version: 1.1 (was: 1.0) Servlet calling HttpServletRequest.isUserInRole(null) causes NPE using Jetty container

[jira] Updated: (GERONIMO-646) Servlet calling HttpServletRequest.isUserInRole(null) causes NPE using Jetty container

2005-09-26 Thread David Blevins (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-646?page=all ] David Blevins updated GERONIMO-646: --- Fix Version: 1.0 (was: 1.0-M5) Servlet calling HttpServletRequest.isUserInRole(null) causes NPE using Jetty container

[jira] Updated: (GERONIMO-646) Servlet calling HttpServletRequest.isUserInRole(null) causes NPE using Jetty container

2005-07-22 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-646?page=all ] David Jencks updated GERONIMO-646: -- Fix Version: 1.0-M5 Description: The servlet isUserInRole call eventually gets delegated to org.apache.geronimo.jetty.JAASJettyRealm.isUserInRole,

[jira] Updated: (GERONIMO-646) Servlet calling HttpServletRequest.isUserInRole(null) causes NPE using Jetty container

2005-05-12 Thread Tom McQueeney (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-646?page=all ] Tom McQueeney updated GERONIMO-646: --- Attachment: JAASJettyRealm-patch.txt WebRoleRefPermission-patch.txt WebRoleRefPermissionTest-patch.txt Patches for my