On 18/09/2014 04:01, Violeta Georgieva wrote:
> Hi,
> 
> 2014-08-07 11:53 GMT+03:00 <bugzi...@apache.org>:
>>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=56739
>>
>> Mark Thomas <ma...@apache.org> changed:
>>
>>            What    |Removed                     |Added
>>
> ----------------------------------------------------------------------------
>>           Component|Catalina                    |Catalina
>>             Version|8.0.9                       |7.0.55
>>             Product|Tomcat 8                    |Tomcat 7
>>    Target Milestone|----                        |---
>>
>> --- Comment #4 from Mark Thomas <ma...@apache.org> ---
>> This has been fixed in 8.0.x for 8.0.11 onwards.
>>
>> I'm going to leave it a little while to give folks a chance to review the
>> changes before back-porting it to 7.0.x.
> 
> Can I port this to 7.0.x or we need more time for user feedback?

Functionally, I'm happy with the back-port. I'm more concerned about API
changes.

The API changes are all to o.a.coyote.Response:

1. Remove field protected error

2. pubic void setError() -> public boolean setError()

3. Remove public boolean isErrorAfterCommit()

4. Add public boolean setErrorReported()

These all fall under an area where we said we could change the API
between point releases so I am leaning towards making the changes and if
we get any complaints about breakage deal with them on a case by case basis.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to