The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/212
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438
--- Comment #6 from VIN ---
(In reply to Justin Cranford from comment #4)
> The patch sounds great. Three small suggestions to make it just a little
> better:
>
> 1) Can you add a debug message to show positive matches? Logging negative
> matc
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438
--- Comment #7 from VIN ---
(In reply to Mark Thomas from comment #5)
> (In reply to VIN from comment #3)
>
> > Please review my patch and let me know in case of any problems.
>
> Part 1 looks generally OK. You need to use 4 spaces rather tha
https://bz.apache.org/bugzilla/show_bug.cgi?id=57788
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #8 from Remy Maucherat ---
So the pending flag seems correct. The difference with non SSL is thus
unexplained, and this needs a (simple) testcase.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57801
--- Comment #7 from jia...@gmail.com ---
Thanks Rainer and Christopher
It's not worth to set up a ramdisk to store the PID file.
If the PID file is stored in /tmp, the PID file may be rm-ed by someone.
The script should work in worst case eve
Author: remm
Date: Mon Apr 13 12:22:56 2015
New Revision: 1673169
URL: http://svn.apache.org/r1673169
Log:
Merge r1672628
57788: Avoid NPE if nothing is found after going through the whole class
hierarchy.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java
(contents
https://bz.apache.org/bugzilla/show_bug.cgi?id=57788
--- Comment #3 from Remy Maucherat ---
r1673169 for 7.0.62.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr.
Author: markt
Date: Mon Apr 13 13:50:55 2015
New Revision: 1673189
URL: http://svn.apache.org/r1673189
Log:
Fix buffer expansion.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java
UR
Author: markt
Date: Mon Apr 13 13:50:52 2015
New Revision: 1673188
URL: http://svn.apache.org/r1673188
Log:
Restore the creation of the network buffers to the construction.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java
Modified: tomcat/trunk/java/org/apache/tom
Author: markt
Date: Mon Apr 13 13:53:54 2015
New Revision: 1673192
URL: http://svn.apache.org/r1673192
Log:
Move JSSE specific method to JSSE base class
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEn
Author: markt
Date: Mon Apr 13 13:53:56 2015
New Revision: 1673193
URL: http://svn.apache.org/r1673193
Log:
Pass the SNI host name to the SSLEngine creation since the engine
created is going to have to depend on the SNI host name.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Abstrac
Author: markt
Date: Mon Apr 13 13:53:52 2015
New Revision: 1673191
URL: http://svn.apache.org/r1673191
Log:
SNI support for NIO2
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
Modified: tomcat/t
Author: markt
Date: Mon Apr 13 13:53:59 2015
New Revision: 1673194
URL: http://svn.apache.org/r1673194
Log:
Remove a BIO specific option
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1130
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: markt
Date: Mon Apr 13 14:04:28 2015
New Revision: 1673199
URL: http://svn.apache.org/r1673199
Log:
Make checkstyle happy
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
URL:
ht
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808
Bug ID: 57808
Summary: Don't preload all charsets
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808
--- Comment #1 from Philippe Marschall ---
The heap dumps would be around 7MB compressed so I can't attach them. Where
should I post them?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809
Bug ID: 57809
Summary: Don't store merged web.xml
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808
Remy Maucherat changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #2 from Remy
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809
Remy Maucherat changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #1 from Remy
Author: remm
Date: Mon Apr 13 17:22:05 2015
New Revision: 1673242
URL: http://svn.apache.org/r1673242
Log:
- Cleanup and simplify NIO2 SSL code.
- Use the scatter/gather variants of SSL engine.
- Remove the loop for the gather write (since the non SSL code will not always
write everything, this d
c/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.6-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20
/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.6-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20150413.
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150413-native-src.tar.gz
-Dexampl
Author: markt
Date: Mon Apr 13 21:31:26 2015
New Revision: 1673288
URL: http://svn.apache.org/r1673288
Log:
whitespace police
Modified:
tomcat/trunk/webapps/docs/config/cluster-manager.xml
Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml
URL:
http://svn.apache.org/viewvc/tomca
-commons/daemon/dist/bin/commons-daemon-20150413-native-src.tar.gz
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150413-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
it-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150413-native-src.tar.gz
-Dexamples.sources.skip=true
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "JNDI_startTLs_HowTo" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/JNDI_startTLs_HowTo?action=diff&rev1=4&rev2=5
Comment:
Add link to BZ 49785. Note th
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808
--- Comment #3 from Konstantin Kolinko ---
This preloading is necessary to avoid performance bottlenecks. (See history of
that code, or search Bugzilla -> bug 51400).
As such, it cannot be removed.
If one wants, it shall be possible to provi
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809
--- Comment #2 from Konstantin Kolinko ---
In Tomcat 7 the MERGED_WEB_XML ("org.apache.tomcat.util.scan.MergedWebXml")
attribute is used to pass web application configuration to Jasper.
In Tomcat 8 it is unused, but it is used by Tomcat test c
Author: billbarker
Date: Tue Apr 14 01:41:49 2015
New Revision: 167
URL: http://svn.apache.org/r167
Log:
openssl master handles thread id itself (and better than we do). No change if
compiling against any currently released version of openssl
Modified:
tomcat/native/branches/1.1.x/n
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809
--- Comment #3 from Philippe Marschall ---
Which part of TestWebXml does it break? The test compiles and 19/19 tests are
green.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Am 14. April 2015 02:27:30 MESZ, schrieb Apache Wiki :
>Dear Wiki user,
>
>You have subscribed to a wiki page or wiki category on "Tomcat Wiki"
>for change notification.
>
>The "JNDI_startTLs_HowTo" page has been changed by KonstantinKolinko:
>https://wiki.apache.org/tomcat/JNDI_startTLs_HowTo?ac
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808
--- Comment #4 from Philippe Marschall ---
I have read bug 51400 and my understanding is that preloading is not necessary
to avoid performance bottlenecks. Preloading was discussed but I couldn't find
the reasons why preloading was ultimately c
35 matches
Mail list logo