You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/10/02 16:03:48 UTC

DO NOT REPLY [Bug 13205] New: - Tomcat Web Application Manager; config parameter is not null.

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: tomcat-dev@jakarta.apache.org
        ReportedBy: d.trombetta@mbm.it


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>