Maybe with some luck this patch will finally make it into Tomcat 3.2.2.

Will somebody _please_ commit this to CVS?

I've been trying to get this committed to CVS for over a month now (probably
send 3-4 emails to tomcat-dev about it now), but no-one wants to apply it
for some reason.

-Dave

> -----Original Message-----
> From: David Rees [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 12, 2000 11:42 AM
> To: [EMAIL PROTECTED]
> Subject: RE: BugRat Report #528 has been filed.
>
> Before Tomcat 3.2.1 gets released, can someone apply this patch to fix the
> documentation in the FAQ?
>
> > -----Original Message-----
> > From: BugRat Mail System [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, December 05, 2000 12:52 PM
> > To: [EMAIL PROTECTED]
> > Subject: BugRat Report #528 has been filed.
> >
> > Bug report #528 has just been filed.
> >
> > You can view the report at the following URL:
> >
> >    <http://znutar.cortexity.com/BugRatViewer/ShowReport/528>
> >
> > REPORT #528 Details.
> >
> > Project: Tomcat
> > Category: Bug Report
> > SubCategory: New Bug Report
> > Class: docbug
> > State: received
> > Priority: medium
> > Severity: non-critical
> > Confidence: public
> > Environment:
> >    Release: Tomcat 3.2
> >    JVM Release: all
> >    Operating System: all
> >    OS Release: all
> >    Platform: all
> >
> > Synopsis:
> > src/doc/faq contains wrong information for overriding the JspServlet
> >
> > Description:
> > Can someone apply this patch?  It looks like the faq had fallen a
> > little out of date while the name of the JspServlet changed.
> > Took me a little while to figure out why JSPs stopped working
> > after following the FAQ.  :-)
> >
> > This diff was performed on tomcat-3.2 final src tarball.
> >
> > Thanks,
> > -Dave
> >
> > PS - I just posted this to the tomcat-dev list, thought it would
> > better to put it into BugRat.
> >
> > --- jakarta-tomcat-3.2-src/src/doc/faq.orig     Tue Dec  5 12:36:19 2000
> > +++ jakarta-tomcat-3.2-src/src/doc/faq  Tue Dec  5 12:36:29 2000
> > @@ -225,7 +225,7 @@
> >            jsp
> >        </servlet-name>
> >        <servlet-class>
> > -          org.apache.jasper.runtime.JSPServlet
> > +          org.apache.jasper.servlet.JspServlet
> >        </servlet-class>
> >        <init-param>
> >            <param-name>
> >
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to