DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13205>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13205 Tomcat Web Application Manager; config parameter is not null. Summary: Tomcat Web Application Manager; config parameter is not null. Product: Tomcat 4 Version: 4.1.12 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina:Modules AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Trying to install a web application from the html manager I found out that if I don't specify the config URL a java.net.MalformedURLException is raised. This is because the method request.getParameter("config") called by the servlet org.apache.catalina.servlets.ManagerServlet returns a void string (i.e. '') instead of null. The consequence is that the constructor URL(String) throws that exception. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>