https://issues.apache.org/bugzilla/show_bug.cgi?id=46792
Summary: NullPointerException in org.apache.catalina.connector Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: alexander.schm...@it.nrw.de i get an exception at: java.lang.NullPointerException at org.apache.catalina.connector.Request.parseParameters(Request.java:2446) at org.apache.catalina.connector.Request.getParameterNames(Request.java:1082) at org.apache.catalina.connector.RequestFacade.getParameterNames(RequestFacade.java:371) at com.sun.faces.context.RequestParameterMap.getEntryIterator(ExternalContextImpl.java:1218) at com.sun.faces.context.BaseContextMap$EntrySet.iterator(ExternalContextImpl.java:582) at com.sun.faces.context.BaseContextMap$BaseSet.size(ExternalContextImpl.java:570) at java.util.Collections$UnmodifiableCollection.size(Collections.java:998) at java.util.AbstractMap.size(AbstractMap.java:67) at java.util.Collections$UnmodifiableMap.size(Collections.java:1278) the method 'getMethod()' sometimes returns null for unkown reasons. i think this is a bug? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org