Re: svn commit: r1544165 - XML validation

2013-11-26 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/11/2013 05:05, Jeremy Boynes wrote: > It seems to me the original behaviour from JSP6.2.4 is the best we > can do: * parse with no validation * if a DOCTYPE is found, restart > with DTD validation on * never attempt XSD validation > > This would

Re: svn commit: r1544165 - XML validation

2013-11-25 Thread Jeremy Boynes
On Nov 21, 2013, at 7:16 PM, Jeremy Boynes wrote: > On Nov 21, 2013, at 4:59 AM, ma...@apache.org wrote: > >> Author: markt >> Date: Thu Nov 21 12:59:36 2013 >> New Revision: 1544165 >> >> URL: http://svn.apache.org/r1544165 >> Log: >> Extend the reach of the Context attribute xmlValidation to

Re: svn commit: r1544165 - XML validation

2013-11-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/11/2013 16:10, Jeremy Boynes wrote: > On Nov 22, 2013, at 1:28 AM, Mark Thomas wrote: > > Still catching up on the changes but this jumped out: >> >>> Looks like JasperInitializer now reads to read an attribute >>> not an init-param. In trunk,

Re: svn commit: r1544165 - XML validation

2013-11-22 Thread Jeremy Boynes
On Nov 22, 2013, at 1:28 AM, Mark Thomas wrote: Still catching up on the changes but this jumped out: > > > Looks like JasperInitializer now reads to read an attribute not an > > init-param. In trunk, I'd been trying to decouple Jasper from > > Catalina so having the latter set a jasper-specifi

Re: svn commit: r1544165 - XML validation

2013-11-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/11/2013 03:16, Jeremy Boynes wrote: > On Nov 21, 2013, at 4:59 AM, ma...@apache.org wrote: > >> Author: markt Date: Thu Nov 21 12:59:36 2013 New Revision: >> 1544165 >> >> URL: http://svn.apache.org/r1544165 Log: Extend the reach of the >> Co

Re: svn commit: r1544165 - XML validation

2013-11-21 Thread Jeremy Boynes
On Nov 21, 2013, at 4:59 AM, ma...@apache.org wrote: > Author: markt > Date: Thu Nov 21 12:59:36 2013 > New Revision: 1544165 > > URL: http://svn.apache.org/r1544165 > Log: > Extend the reach of the Context attribute xmlValidation to cover XML parsing > by Jasper the JSP engine. > Fix a TODO and