https://bz.apache.org/bugzilla/show_bug.cgi?id=59017
Bug ID: 59017
Summary: Support precompressed brotli files in addition to gzip
files if matching accept-encoding header
Product: Tomcat 9
Version: unspecified
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646
--- Comment #24 from Alexander Malyshev ---
I got some new info here.
1) This issue is hardly reproducible with the logs because logging for each
request highly slows down my server and request rate drops. I removed logs for
all request and no
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646
--- Comment #25 from Alexander Malyshev ---
I will try to remember the whole stack trace of the first call to find out the
actual call path - as there are a lot of possible call paths to cancelledKey()
method.
--
You are receiving this mail b
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646
Alexander Malyshev changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #26 from Alexande
2016-02-16 22:38 GMT+01:00 :
> Author: markt
> Date: Tue Feb 16 21:38:10 2016
> New Revision: 1730757
>
> URL: http://svn.apache.org/viewvc?rev=1730757&view=rev
> Log:
> Add JASPIC documentation
>
> We could/should disable JASPIC by default, maybe based on the presence of
this jaspic-providers.xml
Author: markt
Date: Wed Feb 17 15:19:05 2016
New Revision: 1730854
URL: http://svn.apache.org/viewvc?rev=1730854&view=rev
Log:
Fix typos
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader
Author: kfujino
Date: Wed Feb 17 08:29:50 2016
New Revision: 1730791
URL: http://svn.apache.org/viewvc?rev=1730791&view=rev
Log:
Fix the type of InstanceManager attribute of mbean definition of
StandardContext.
Modified:
tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
Modi
Author: markt
Date: Wed Feb 17 11:07:00 2016
New Revision: 1730813
URL: http://svn.apache.org/viewvc?rev=1730813&view=rev
Log:
Comment typo
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java
Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot
Author: kfujino
Date: Wed Feb 17 08:48:53 2016
New Revision: 1730793
URL: http://svn.apache.org/viewvc?rev=1730793&view=rev
Log:
Fix the type of InstanceManager attribute of mbean definition of
StandardContext.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.x
Author: kfujino
Date: Wed Feb 17 08:49:45 2016
New Revision: 1730795
URL: http://svn.apache.org/viewvc?rev=1730795&view=rev
Log:
Fix the type of InstanceManager attribute of mbean definition of
StandardContext.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.x
Author: violetagg
Date: Wed Feb 17 18:35:46 2016
New Revision: 1730897
URL: http://svn.apache.org/viewvc?rev=1730897&view=rev
Log:
Updates (excluding docs) for 7.0.68 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/
Author: remm
Date: Wed Feb 17 13:57:11 2016
New Revision: 1730837
URL: http://svn.apache.org/viewvc?rev=1730837&view=rev
Log:
The JASPIC code now wants a Servlet context, which is relatively reasonable.
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.jav
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773
--- Comment #8 from Bernhard Frauendienst ---
This issue hit us quite hard when trying to upgrade from 8.0.15. An optional
attribute in a very frequently used tag caused performance to drop massively
(especially combined with the default non-p
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773
Bernhard Frauendienst changed:
What|Removed |Added
CC||apa...@nospam.obeliks.de
--
Y
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/1071
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=59001
--- Comment #5 from Christopher Schultz ---
No problem. The only question is whether or not Tomcat knows at the time that
the URL it's building is a physical on-disk resource. If Tomcat does know this,
it can escape special characters like "!".
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773
--- Comment #9 from Woonsan Ko ---
(In reply to Mark Thomas from comment #7)
> There is no easy way to configure this since the problematic code is in a
> specification defined class and we can not change the API.
>
> It might be possible to (
https://bz.apache.org/bugzilla/show_bug.cgi?id=59017
--- Comment #1 from Christopher Schultz ---
A few thoughts:
1. This is interesting (Brotli)
2. This pull request has very little Brotli-specific stuff in it (just a unit
test that exercises the generic "precompressed" refactoring introduced he
Author: markt
Date: Wed Feb 17 21:16:40 2016
New Revision: 1730946
URL: http://svn.apache.org/viewvc?rev=1730946&view=rev
Log:
Refactor class loading so JAR scanning does not trigger the caching of the
byte[] for every scanned class until the class is loaded.
Modified:
tomcat/trunk/java/org/
https://bz.apache.org/bugzilla/show_bug.cgi?id=59017
--- Comment #2 from Christopher Schultz ---
Oh, another thing: there are no license issues, here, since although Brotli has
a (modified?) MIT license (and I'm not clear on its compatibility with AL2),
there is no specific support for the algori
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/1073
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Wed Feb 17 21:57:54 2016
New Revision: 1730952
URL: http://svn.apache.org/viewvc?rev=1730952&view=rev
Log:
Need to get the content before reading the certs
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java
Modified:
tomcat/trunk/java/org/a
https://bz.apache.org/bugzilla/show_bug.cgi?id=59024
Bug ID: 59024
Summary: Tomcat Native uses OPENSSL_VERSION_TEXT for run-time
OpenSSL version number instead of
SSLeay_version(SSLEAY_VERSION)
Product: Tomcat Native
Author: markt
Date: Wed Feb 17 23:22:53 2016
New Revision: 1730975
URL: http://svn.apache.org/viewvc?rev=1730975&view=rev
Log:
Fix a couple of regressions highlighted by unit tests in r1730946
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java
Modified:
tomcat
https://bz.apache.org/bugzilla/show_bug.cgi?id=59025
Bug ID: 59025
Summary: Incorrect OpenSSL version number used in comparisons
in Tomcat Native source
Product: Tomcat Native
Version: 1.2.4
Hardware: All
OS
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/1075
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=59025
--- Comment #1 from Glen K ---
I should add that the consequence of this bug is that all current OpenSSL
release versions are falling into the "true" part of the #if clauses when only
versions before 1.0.1 should fall into the "true" part.
--
Author: markt
Date: Wed Feb 17 23:53:14 2016
New Revision: 1730979
URL: http://svn.apache.org/viewvc?rev=1730979&view=rev
Log:
Whitespace police
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=59010
--- Comment #1 from Rashmi ---
Can you please help me with this? I work for IBM L3 support and customer is
looking for an answer.
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=59025
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Dear Tomcat developers:
We are using Tomcat 8.0.32 on SSL with WebSocket. We found a lot of IOException
in our catalina.out file.
It looks like this:
17-Feb-2016 03:24:16.415 INFO [http-nio-8443-exec-5]
org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer.doClose Failed to
c
Author: rjung
Date: Thu Feb 18 07:12:51 2016
New Revision: 1731004
URL: http://svn.apache.org/viewvc?rev=1731004&view=rev
Log:
BZ 58566: Native function "versionString()"
and for OpenSSL 1.1.0 also "version()"
(both in in ssl.c) now return the OpenSSL
run time version, not the compile time version
Author: violetagg
Date: Thu Feb 18 07:16:32 2016
New Revision: 1731005
URL: http://svn.apache.org/viewvc?rev=1731005&view=rev
Log:
Update docs for Apache Tomcat 7.0.68 release.
[This commit notification would consist of 347 parts,
which exceeds the limit of 50 ones, so it was shortened to the s
Author: rjung
Date: Thu Feb 18 07:18:29 2016
New Revision: 1731006
URL: http://svn.apache.org/viewvc?rev=1731006&view=rev
Log:
Fix BZ number copy&paste error in changelog.
Followup to rr1731004.
Modified:
tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/trunk/xd
Author: rjung
Revision: 1731004
Modified property: svn:log
Modified: svn:log at Thu Feb 18 07:20:07 2016
--
--- svn:log (original)
+++ svn:log Thu Feb 18 07:20:07 2016
@@ -1,4 +1,4 @@
-BZ 58566: Native function "versionStr
Author: rjung
Revision: 1731006
Modified property: svn:log
Modified: svn:log at Thu Feb 18 07:20:22 2016
--
--- svn:log (original)
+++ svn:log Thu Feb 18 07:20:22 2016
@@ -1,3 +1,3 @@
Fix BZ number copy&paste error in cha
Author: violetagg
Date: Thu Feb 18 07:21:59 2016
New Revision: 12436
Log:
Remove 7.0.67
Removed:
release/tomcat/tomcat-7/v7.0.67/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:
Author: rjung
Date: Thu Feb 18 07:22:21 2016
New Revision: 1731007
URL: http://svn.apache.org/viewvc?rev=1731007&view=rev
Log:
BZ 59024: Native function "versionString()"
and for OpenSSL 1.1.0 also "version()"
(both in in ssl.c) now return the OpenSSL
run time version, not the compile time version
Author: rjung
Date: Thu Feb 18 07:24:39 2016
New Revision: 1731008
URL: http://svn.apache.org/viewvc?rev=1731008&view=rev
Log:
Clarify javadoc.
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/SSL.java
Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java
URL:
http://svn.apache.org/vi
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.68.
Apache Tomcat is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Expression Language and Java
WebSocket technologies.
This release contains a number of bug fixes and improvement
Author: rjung
Date: Thu Feb 18 07:30:13 2016
New Revision: 1731009
URL: http://svn.apache.org/viewvc?rev=1731009&view=rev
Log:
Clarify javadoc.
Backport of r1731008 from trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/jni/SSL.java
Pro
Author: rjung
Date: Thu Feb 18 07:31:26 2016
New Revision: 1731010
URL: http://svn.apache.org/viewvc?rev=1731010&view=rev
Log:
Clarify javadoc.
Backport of r1731008 from trunk resp.
r1731009 from TC 8.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache
Author: rjung
Date: Thu Feb 18 07:32:38 2016
New Revision: 1731011
URL: http://svn.apache.org/viewvc?rev=1731011&view=rev
Log:
Clarify javadoc.
Backport of r1731008 from trunk, resp.
r1731009 from TC 8 resp. r1731010 form TC 7.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6
https://bz.apache.org/bugzilla/show_bug.cgi?id=59024
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: violetagg
Date: Thu Feb 18 07:50:28 2016
New Revision: 1731014
URL: http://svn.apache.org/viewvc?rev=1731014&view=rev
Log:
Review r1729888
Make 'sm' field final.
Modified:
tomcat/trunk/java/org/apache/catalina/valves/ValveBase.java
Modified: tomcat/trunk/java/org/apache/catalina/valv
45 matches
Mail list logo