On 31/03/2011 13:06, Robert P. J. Day wrote: > > again, from a totally newbie point of view, i was perusing > conf/web.xml and noticed the snippets: > > <!-- buffered Should output from this servlet be buffered? > --> > <!-- (0=false, 1=true) [0] > --> > > but just below that > > <init-param> > <param-name>buffered</param-name> > <param-value>1</param-value> > </init-param> > > so the comments don't seem to agree with at least a couple of the > parameter default values (certainly the "buffered" param seems to > disagree).
The default value is what you get if you don't specify the value. The value is specified so a non-default is used. Arguably, the default should be changed and all init-params removed. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org