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

2014-03-18 Thread Jose L Martinez-Avial
Well, that's a good thing, but anyway I think the default dispatcher should avoid this kind of error. JL Sent via BlackBerry from T-Mobile -Original Message- From: Lukasz Lenart lukaszlen...@apache.org Date: Tue, 18 Mar 2014 06:50:18 To: Struts Users Mailing Listuser@struts.apache.org

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

2014-03-18 Thread Lukasz Lenart
2014-03-18 7:01 GMT+01:00 Jose L Martinez-Avial jlm...@gmail.com: Well, that's a good thing, but anyway I think the default dispatcher should avoid this kind of error. The problem is (as far I can recall) that it's a Weblogic specific situation. I mean, Tomcat doesn't throw exception when user

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 ossue...@gmail.com: 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

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: 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 cmor...@part.net: 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 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 lukaszlen...@apache.orgwrote: 2014-03-18 7:01 GMT+01:00 Jose L Martinez-Avial jlm...@gmail.com: Well, that's a good

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 lukaszlen...@apache.orgwrote: 2014-03-18 15:21 GMT+01:00 Paul Benedict pbened...@apache.org: Lukasz, the ServletResponse interface does contain an

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 pbened...@apache.org: 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: 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.