Re: Fix for GERONIMO-646

2005-05-27 Thread Jeff Genender
submitted a patch for bug GERONIMO-646, http://issues.apache.org/jira/browse/GERONIMO-646, to fix a problem if a Jetty web app calls HttpServletRequest.isUserInRole with a null string. If no one objects to my solution of having the method return false if the role is null or an empty string, would

Fix for GERONIMO-646

2005-05-26 Thread Tom McQueeney
I submitted a patch for bug GERONIMO-646, http://issues.apache.org/jira/browse/GERONIMO-646, to fix a problem if a Jetty web app calls HttpServletRequest.isUserInRole with a null string. If no one objects to my solution of having the method return false if the role is null or an empty string