On 14/09/2015 15:06, Mark Thomas wrote:
> On 14/09/2015 14:33, Rémy Maucherat wrote:
>> 2015-09-13 13:55 GMT+02:00 <ma...@apache.org>:
>>
>>> Author: markt
>>> Date: Sun Sep 13 11:55:39 2015
>>> New Revision: 1702765
>>>
>>> URL: http://svn.apache.org/r1702765
>>> Log:
>>> RFC 7230 states that clients should ignore reason phrases in HTTP/1.1
>>> response messages. Since the reason phrase is optional, Tomcat no longer
>>> sends it.
>>> As a result the system property
>>> <code>org.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER</code> is no longer
>>> used and has been removed.
>>>
>>> Removed:
>>>     tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessages.java
>>>     tomcat/trunk/java/org/apache/tomcat/util/http/res/
>>> Modified:
>>>     tomcat/trunk/java/org/apache/coyote/Constants.java
>>>     tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
>>>     tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java
>>>     tomcat/trunk/webapps/docs/changelog.xml
>>>     tomcat/trunk/webapps/docs/config/systemprops.xml
>>>
>> I suppose this is more modern and all, but a significant number of tests
>> used them and now fail. To be fixed later I guess.
> 
> Mainly faster / simpler more than anything else.
> 
> I haven't been keeping too close an eye on the tests because of the all
> the false positives. I generally only look at them around the release
> time. If this has broken some, I'll take a look now.

It looks like the change in CookieParser is the trigger for most of the
Authenticator failures. Working on a fix now.

Mark


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

Reply via email to