Hi Jiantao, thanks for the report. My latest commit should fix this problem.
Jiantao Pan wrote: > I downloaded today's code (6/17), It has the patches related to webdav servlet API >changes. > For some reason, I can not get the webdav servlet factory to work. > Here is the original error message after I build the war and deploy to tomcat4.0.1 >using jre1.3.1_03 > > 17 Jun 2002 16:24:13 - org.apache.slide.webdav.WebdavServlet - ERROR - java.lang > .NullPointerException > java.lang.NullPointerException > at org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:215) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > In order to fix it, I added > <init-param> > <param-name>method-factory</param-name> > ><param-value>org.apache.slide.webdav.method.DefaultMethodFactory</param-value> > <description> > The default method factory for webdav method > </description> > </init-param> > to web.xml. > Then I got the following error message. Am I missing something? thanks for the help. > -Jiantao > > > 17 Jun 2002 16:43:38 - org.apache.slide.webdav.WebdavServlet - ERROR - java.lan > .IllegalStateException > java.lang.IllegalStateException > at org.apache.slide.webdav.method.DefaultMethodFactory.createMethod(Def > ultMethodFactory.java:104) > at org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:215 > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > -- Christopher Lenz /=/ cmlenz at gmx.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
