DO NOT REPLY [Bug 49769] Tomcat Console/Manager does not allow to Undeploy option
https://issues.apache.org/bugzilla/show_bug.cgi?id=49769 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution||INVALID --- Comment #1 from Rainer Jung 2010-08-18 04:13:58 EDT --- Bugzilla is not a support forum. Please use the users mailing list. To subscribe, send mail to users-subscr...@tomcat.apache.org If the discussion there reveals, that there is a real bug, you can reopen this issue. -- 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
DO NOT REPLY [Bug 49770] After graceful restart using mod_proxy_ajp, NPE in org.apache.coyote.ajp.AjpMessage
https://issues.apache.org/bugzilla/show_bug.cgi?id=49770 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution||INVALID --- Comment #1 from Rainer Jung 2010-08-18 04:16:06 EDT --- Bugzilla is not a support forum. Please use the users mailing list. To subscribe, send mail to users-subscr...@tomcat.apache.org If the discussion there reveals, that there is a real bug, you can reopen this issue. -- 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
DO NOT REPLY [Bug 49770] After graceful restart using mod_proxy_ajp, NPE in org.apache.coyote.ajp.AjpMessage
https://issues.apache.org/bugzilla/show_bug.cgi?id=49770 --- Comment #2 from Martin 2010-08-18 04:25:40 EDT --- I'll go to the support forum, but I can't imagine what non-bug would cause the AJP connector to throw null pointer errors. It should at least be trying not to use null objects, and filling in a useful error message before throwing an NPE. :/ -- 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
DO NOT REPLY [Bug 49774] New: admin webapp breaking https configuration when using tomcat-native libs
https://issues.apache.org/bugzilla/show_bug.cgi?id=49774 Summary: admin webapp breaking https configuration when using tomcat-native libs Product: Tomcat 5 Version: 5.5.28 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Webapps:Administration AssignedTo: dev@tomcat.apache.org ReportedBy: akostadi...@friendofpooh.com The most serious issue I see is that the admin application is eating the https connector configuration directives when using the tomcat-native libraries: SSLCertificateFile="host.crt" SSLCertificateKeyFile="host.key" SSLPassword="sdfsdf" -- 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
DO NOT REPLY [Bug 49770] After graceful restart using mod_proxy_ajp, NPE in org.apache.coyote.ajp.AjpMessage
https://issues.apache.org/bugzilla/show_bug.cgi?id=49770 --- Comment #3 from Konstantin Kolinko 2010-08-18 10:46:58 EDT --- If you would look at the following lines: > AjpMessage.appendString(AjpMessage.java:239) > AjpAprProcessor.prepareResponse(AjpAprProcessor.java:1005) you will see that that is where AjpAprProcessor sends HTTP response headers. Some of those headers have value of null, which is illegal. You cannot pass null to response.addHeader() or setHeader() methods. By the way, AjpMessage.appendString() recovers from this gracefully, by writing out an empty string instead of the null, but logs the error that you are seeing. -- 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
DO NOT REPLY [Bug 49770] After graceful restart using mod_proxy_ajp, NPE in org.apache.coyote.ajp.AjpMessage
https://issues.apache.org/bugzilla/show_bug.cgi?id=49770 --- Comment #4 from Martin 2010-08-18 10:50:13 EDT --- Thank you for the clarification. I appreciate it. -- 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
DO NOT REPLY [Bug 49234] JMX Descriptor Modifications
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 chamith buddhika changed: What|Removed |Added Attachment #25885|0 |1 is obsolete|| Attachment #25888|0 |1 is obsolete|| --- Comment #84 from chamith buddhika 2010-08-18 12:28:25 EDT --- Created an attachment (id=25908) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25908) o.a.Catalina.Core Operations Patch- Fix A bug fix patch for earlier patches. Now it is possible to start from a Server and add a service, engine, host, context and connectors to come up with a configured server. -- 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