2010/2/11 Christopher Schultz <ch...@christopherschultz.net>: > By calling the superclass's > doGet method, you get the default implementation, which is to /not/ > support GET (sorry, I can't find the source for HttpServlet quite yet, > so you'll have to read bytecode): > For 6.0.20 the source will be here:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_20/java/javax/servlet/http/HttpServlet.java?view=markup#l166 As said, do not call super.doGet(). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org