Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 99195 invoked from network); 3 Mar 2009 14:39:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 14:39:44 -0000 Received: (qmail 47034 invoked by uid 500); 3 Mar 2009 14:39:37 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 46979 invoked by uid 500); 3 Mar 2009 14:39:37 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 46968 invoked by uid 99); 3 Mar 2009 14:39:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 06:39:36 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 14:39:36 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 06FD8234C4AA; Tue, 3 Mar 2009 06:39:15 -0800 (PST) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 46792] New: NullPointerException in org.apache.catalina.connector X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 6 X-Bugzilla-Component: Catalina X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexander.schmidt@it.nrw.de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: default X-Bugzilla-Changed-Fields: Message-ID: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 3 Mar 2009 06:39:15 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org 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.schmidt@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-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org