RE: struts examples in a security manager

2014-03-18 Thread Martin Gainty
> From: cmor...@part.net > Date: Mon, 17 Mar 2014 09:40:32 -0600 > Subject: struts examples in a security manager > To: user@struts.apache.org > > Anyone ever got the struts examples running in a security manager? I've > burned a month trying to do it and I've a hundred questions about it.

Re: Dispatcher attempts to write on the response after it has been commited

2014-03-18 Thread Lukasz Lenart
2014-03-18 15:21 GMT+01:00 Paul Benedict : > Lukasz, the ServletResponse interface does contain an isCommitted() method. > We can avoid this situation by checking it first. Great! Fixing this is piece of cake :-) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Dispatcher attempts to write on the response after it has been commited

2014-03-18 Thread Paul Benedict
Yeah. It should be -- but let's also log the response code we couldn't set. Maybe debug()? On Tue, Mar 18, 2014 at 9:28 AM, Lukasz Lenart wrote: > 2014-03-18 15:21 GMT+01:00 Paul Benedict : > > Lukasz, the ServletResponse interface does contain an isCommitted() > method. > > We can avoid this si

Re: Dispatcher attempts to write on the response after it has been commited

2014-03-18 Thread Paul Benedict
Lukasz, the ServletResponse interface does contain an isCommitted() method. We can avoid this situation by checking it first. On Tue, Mar 18, 2014 at 1:24 AM, Lukasz Lenart wrote: > 2014-03-18 7:01 GMT+01:00 Jose L Martinez-Avial : > > Well, that's a good thing, but anyway I think the default di

Re: struts examples in a security manager

2014-03-18 Thread Lukasz Lenart
Nope :-) But I would like to hear all your questions :-) 2014-03-17 16:40 GMT+01:00 Cameron Morris : > Anyone ever got the struts examples running in a security manager? I've > burned a month trying to do it and I've a hundred questions about it. -

struts examples in a security manager

2014-03-18 Thread Cameron Morris
Anyone ever got the struts examples running in a security manager? I've burned a month trying to do it and I've a hundred questions about it.

Re: A problem on Iterator tag.

2014-03-18 Thread Lukasz Lenart
Great! Fill a JIRA ticket with the patch! 2014-03-14 10:57 GMT+01:00 K OSSUser : > Hi, > > I'm using Struts2.3.15 and I had a problem then tested a simple jsp. > > I expected "1, 2, , 3," but the result was "1, 2, 2, 3,". > > Test.jsp > -