[Bug 62052] New: upgrade HTTP/2 can't use gzip compress

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62052 Bug ID: 62052 Summary: upgrade HTTP/2 can't use gzip compress Product: Tomcat 8 Version: 8.5.27 Hardware: PC Status: NEW Severity: normal Priority: P2

svn commit: r1822482 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/ test/org/apache/tomcat/util/buf/ test/org/apache/tomcat/util/net/ webapps/docs/

2018-01-28 Thread markt
Author: markt Date: Sun Jan 28 21:33:53 2018 New Revision: 1822482 URL: http://svn.apache.org/viewvc?rev=1822482&view=rev Log: Ensure that the toString() method behaves consistently for ByteChunk and CharChunk and that null is returned when toString() is called both on newly created objects and

buildbot success in on tomcat-trunk

2018-01-28 Thread buildbot
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/2996 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1822478 - /tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java

2018-01-28 Thread markt
Author: markt Date: Sun Jan 28 20:54:47 2018 New Revision: 1822478 URL: http://svn.apache.org/viewvc?rev=1822478&view=rev Log: Code clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #14 from Rainer Jung --- Finally for the sake of completeness the stacks of the two loading calls for the class to get woven. First call (happening before Spring called addTransformer()). Here name="de/kippdata/demo/weave/Greeting.

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #13 from Rainer Jung --- The example webapp is available at https://gist.github.com/rainerjung/99802d9cf321b9c594665b2933d8ea49 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #12 from Rainer Jung --- The fix for trunk, which was backported to 8.5 and 8 but not to seven was: r1730946 | markt | 2016-02-17 22:16:40 +0100 (Wed, 17 Feb 2016) | 1 line Refactor class loading so JAR scanning does not trigger t

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #11 from Rainer Jung --- Created attachment 35700 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35700&action=edit Suggested patch for TC 7 Minimal patch for TC 7 -- You are receiving this mail because: You are the assign

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Rainer Jung changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED