Author: markt
Date: Wed May 3 09:31:30 2017
New Revision: 1793632
URL: http://svn.apache.org/viewvc?rev=1793632&view=rev
Log:
Clean-up. No functional change.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
Modified:
tomcat/trunk/java/org/apache/coyote/
https://bz.apache.org/bugzilla/show_bug.cgi?id=61065
Bug ID: 61065
Summary: ImportHandler is using the wrong key to cache resolved
classes
Product: Tomcat 8
Version: 8.0.17
Hardware: All
OS: All
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #58 from thorsten.me...@knime.com ---
Even if this change doesn't break clients it will give a very bad impression to
users. For example if you use Java to issue HTTP request and and error was
returned by the server, the exception me
Author: markt
Date: Wed May 3 17:30:06 2017
New Revision: 1793682
URL: http://svn.apache.org/viewvc?rev=1793682&view=rev
Log:
Extend the fix for large headers to push requests.
Align the header writing implementations a little, with a view to refactoring
Modified:
tomcat/trunk/java/org/apach
Author: markt
Date: Wed May 3 17:40:07 2017
New Revision: 1793683
URL: http://svn.apache.org/viewvc?rev=1793683&view=rev
Log:
Follow-up to r1708575
I/O errors during application initiated read/writes need to be handled at the
point they occur since the application may swallow them.
Modified:
Author: markt
Date: Wed May 3 17:41:35 2017
New Revision: 1793685
URL: http://svn.apache.org/viewvc?rev=1793685&view=rev
Log:
Extend the fix for large headers to push requests.
Align the header writing implementations a little, with a view to refactoring
Modified:
tomcat/tc8.5.x/trunk/ (pr
Author: markt
Date: Wed May 3 17:42:01 2017
New Revision: 1793686
URL: http://svn.apache.org/viewvc?rev=1793686&view=rev
Log:
I/O errors during application initiated read/writes need to be handled at the
point they occur since the application may swallow them.
Modified:
tomcat/tc8.5.x/trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #59 from mgrigorov ---
(In reply to thorsten.meinl from comment #58)
> Even if this change doesn't break clients it will give a very bad impression
> to users. For example if you use Java to issue HTTP request and and error
> was re
Author: markt
Date: Wed May 3 20:42:26 2017
New Revision: 1793711
URL: http://svn.apache.org/viewvc?rev=1793711&view=rev
Log: (empty)
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apac
Author: violetagg
Date: Wed May 3 20:47:41 2017
New Revision: 1793712
URL: http://svn.apache.org/viewvc?rev=1793712&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61065
Ensure that once the class is resolved by it will be cached with the proper
name.
Modified:
tomcat/trunk
Author: violetagg
Date: Wed May 3 20:54:08 2017
New Revision: 1793714
URL: http://svn.apache.org/viewvc?rev=1793714&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61065
Ensure that once the class is resolved it will be cached with the proper name.
Modified:
tomcat/tc8.5.x/t
Author: violetagg
Date: Wed May 3 20:56:39 2017
New Revision: 1793715
URL: http://svn.apache.org/viewvc?rev=1793715&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61065
Ensure that once the class is resolved it will be cached with the proper name.
Modified:
tomcat/tc8.0.x/t
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2364
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Wed May 3 20:59:53 2017
New Revision: 1793716
URL: http://svn.apache.org/viewvc?rev=1793716&view=rev
Log:
Refactor towards a single method for writing headers.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncUpgradeHandler.java
tomcat/trunk/java/org/apac
https://bz.apache.org/bugzilla/show_bug.cgi?id=61065
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed May 3 21:19:36 2017
New Revision: 1793719
URL: http://svn.apache.org/viewvc?rev=1793719&view=rev
Log:
100-Continue response no longer has a date header
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java
Modified: tomcat/trunk/test/org/apach
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2367
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #60 from Mark Thomas ---
To provide a some context / background.
7.0.x, 8.0.x always send the reason phrase
8.5.x does not send the reason phrase by default but can be configured to do so
9.0.x does not send the reason phrase and c
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #61 from Ralph Moser ---
Ok.
You have the code to add the reason phrase. It's in contrast to headers not
easily fixable in most reverse proxies. Why aren't you just keeping the option
to add it? We have 3000 devices out there which
On 02/05/17 18:03, Mark Thomas wrote:
> Hi all,
>
> A new month has started so I'm intending to do a 9.0.x and 8.5.x release
> fairly soon. There are a couple of issues that I think need to be
> resolved first:
>
> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
> - https://bz.apache
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362
--- Comment #62 from mgrigorov ---
(In reply to Ralph Moser from comment #61)
> Your next argument is that you are going to provide maintenance forever for
> 8.5. That's great but we may want to use new features. Also we regularly
How your old
Author: violetagg
Date: Thu May 4 06:13:03 2017
New Revision: 1793736
URL: http://svn.apache.org/viewvc?rev=1793736&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61047
Add MIME mapping for woff2 fonts in the default web.xml. Patch provided by
Justin Williamson.
Modified:
Author: violetagg
Date: Thu May 4 06:17:53 2017
New Revision: 1793737
URL: http://svn.apache.org/viewvc?rev=1793737&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61047
Add MIME mapping for woff2 fonts in the default web.xml. Patch provided by
Justin Williamson.
Modified:
Author: violetagg
Date: Thu May 4 06:20:44 2017
New Revision: 1793738
URL: http://svn.apache.org/viewvc?rev=1793738&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61047
Add MIME mapping for woff2 fonts in the default web.xml. Patch provided by
Justin Williamson.
Modified:
Author: violetagg
Date: Thu May 4 06:26:09 2017
New Revision: 1793739
URL: http://svn.apache.org/viewvc?rev=1793739&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61047
Add MIME mapping for woff2 fonts in the default web.xml. Patch provided by
Justin Williamson.
Modified:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61047
Violeta Georgieva changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Hi,
2017-05-04 1:10 GMT+03:00 Mark Thomas :
>
> On 02/05/17 18:03, Mark Thomas wrote:
> > Hi all,
> >
> > A new month has started so I'm intending to do a 9.0.x and 8.5.x release
> > fairly soon. There are a couple of issues that I think need to be
> > resolved first:
> >
> > - https://bz.apache.o
2017-05-04 9:33 GMT+03:00 Violeta Georgieva :
>
> Hi,
>
> 2017-05-04 1:10 GMT+03:00 Mark Thomas :
> >
> > On 02/05/17 18:03, Mark Thomas wrote:
> > > Hi all,
> > >
> > > A new month has started so I'm intending to do a 9.0.x and 8.5.x
release
> > > fairly soon. There are a couple of issues that I t
28 matches
Mail list logo