Before Tomcat 3.2.1 gets released, can someone apply this patch to fix the
documentation in the FAQ?

-Dave

> -----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>
>

Reply via email to