Re: Jasper improvements/XML handling

2013-07-25 Thread Christopher Schultz
Jeremy, A little late returning to the party... On 7/8/13 1:38 AM, Jeremy Boynes wrote: > Finally, Jasper parses these documents first into DOM and the into > its own version based on TreeNode (this is separate from the parse > tree used for actual JSPs). Jasper already depends on tomcat-util for

Re: Jasper improvements/XML handling

2013-07-08 Thread Jeremy Boynes
On Jul 8, 2013, at 2:32 PM, Mark Thomas wrote: > On 08/07/2013 16:02, Jeremy Boynes wrote: >> On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote: >>> On 08/07/2013 06:38, Jeremy Boynes wrote: >> ... >>> I'm planning on merging these two patches and pressing on with a converged solution, b

Re: Jasper improvements/XML handling

2013-07-08 Thread Mark Thomas
On 08/07/2013 16:02, Jeremy Boynes wrote: > On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote: >> On 08/07/2013 06:38, Jeremy Boynes wrote: > ... >> >>> I'm planning on merging these two patches and pressing on with a >>> converged solution, but probably won't be able to do much until next >>> weeken

Re: Jasper improvements/XML handling

2013-07-08 Thread Mark Thomas
On 08/07/2013 16:55, Violeta Georgieva wrote: > 2013/7/8 Mark Thomas wrote: >> >> On 08/07/2013 06:38, Jeremy Boynes wrote: >>> On Jun 25, 2013, at 10:44 PM, Jeremy Boynes >>> wrote: >> >>> Jasper's descriptor parser (used for web.xml and TLDs) can only >>> validate DTD-based documents. I opened 5

Re: Jasper improvements/XML handling

2013-07-08 Thread Violeta Georgieva
2013/7/8 Mark Thomas wrote: > > On 08/07/2013 06:38, Jeremy Boynes wrote: > > On Jun 25, 2013, at 10:44 PM, Jeremy Boynes > > wrote: > > > Jasper's descriptor parser (used for web.xml and TLDs) can only > > validate DTD-based documents. I opened 55212 about adding it. Such a > > fix could benefit

Re: Jasper improvements/XML handling

2013-07-08 Thread Jeremy Boynes
On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote: > On 08/07/2013 06:38, Jeremy Boynes wrote: ... > >> I'm planning on merging these two patches and pressing on with a >> converged solution, but probably won't be able to do much until next >> weekend. > > I very much doubt that a single patch that

Re: Jasper improvements/XML handling

2013-07-08 Thread Mark Thomas
On 08/07/2013 06:38, Jeremy Boynes wrote: > On Jun 25, 2013, at 10:44 PM, Jeremy Boynes > wrote: > >> I have been thinking about improvements to Jasper as well around >> better support for Servlet 3.0 concepts. One area would be >> decoupling it from Tomcat, bootstrapping using an SCI as hinted i

Re: Jasper improvements/XML handling

2013-07-07 Thread Jeremy Boynes
On Jun 25, 2013, at 10:44 PM, Jeremy Boynes wrote: > I have been thinking about improvements to Jasper as well around better > support for Servlet 3.0 concepts. One area would be decoupling it from > Tomcat, bootstrapping using an SCI as hinted in ContextConfig. I'd also be > interested in imp