---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Java Apache Users wrote: > > >Blue Lang wrote: > > > >> On Thu, 15 Feb 2001, R.Gurumoorthy wrote: > >> > >> > AllowOverride None > >> > <LIMIT GET POST> > >> > >> i see this limit line all the time in jserv and tomcat related > httpd.conf > >> files. generally speaking, i don't think it does what people think it > >> does. this only limits access to the services following it _when > accessed > >> by one of these methods_. its use is generally discouraged. > >> > > > >I can see the purpose of this declaration if you are using HTTP PUT or > whatever > >with a file system, but I agree it has no place with a servlet. > > > >The best way to write a servlet is to implement service() and then > architect > >your parameters to handle more complex situations. > > > >We use a base class for all servlets which uses (when necessary) the > O'Reilly > >lib to parse MIME encoded POST data (INPUT TYPE=FILE) and then all the > business > >log needs to do is call getParameter.() whatever the situation. > > > > > > > > > > > > -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]