Hi Mark,

2014/1/16 <ma...@apache.org>
>
> Author: markt
> Date: Thu Jan 16 14:23:42 2014
> New Revision: 1558814
>
> URL: http://svn.apache.org/r1558814
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56010
> Don't throw an IllegalArgumentException when JspFactory.getPageContext is
used with JspWriter.DEFAULT_BUFFER
> Based on a patch by Eugene Chung. (markt)
>
> Modified:
>     tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

You committed the changelog but not the change itself.

> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
> URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1558814&r1=1558813&r2=1558814&view=diff
>
==============================================================================
> --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Jan 16 14:23:42
2014
> @@ -115,6 +115,13 @@
>          <bug>55973</bug>: Fix processing of XML schemas when validation
is
>          enabled in Jasper. (kkolinko)
>        </fix>
> +      <fix>
> +        <bug>56010</bug>: Don&apos;t throw an
> +        <code>IllegalArgumentException</code> when
> +        <code>JspFactory.getPageContext</code> is used with
> +        <code>JspWriter.DEFAULT_BUFFER</code>. Based on a patch by
Eugene Chung.
> +        (markt)
> +      </fix>
>      </changelog>
>    </subsection>
>    <subsection name="Web applications">
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

Reply via email to