Author: violetagg
Date: Fri Dec 11 08:08:15 2015
New Revision: 1719273
URL: http://svn.apache.org/viewvc?rev=1719273&view=rev
Log:
Updates (excluding docs) for 7.0.67 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/
Author: markt
Date: Fri Dec 11 08:14:47 2015
New Revision: 1719274
URL: http://svn.apache.org/viewvc?rev=1719274&view=rev
Log:
OpenSSL 1.1.0 removed all 40 and 56 bit ciphers
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
Modified:
tomcat/trunk/te
Author: markt
Date: Fri Dec 11 08:24:54 2015
New Revision: 1719276
URL: http://svn.apache.org/viewvc?rev=1719276&view=rev
Log:
Fix one FindBugs and one Javadoc warning
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/server/TesterWsCloseClient.java
Modified:
tomcat/trunk/test/org/ap
Author: markt
Date: Fri Dec 11 08:29:51 2015
New Revision: 1719278
URL: http://svn.apache.org/viewvc?rev=1719278&view=rev
Log:
Fix some FindBugs false positives and correct order of entries.
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/fi
https://bz.apache.org/bugzilla/show_bug.cgi?id=56576
Mauro Molinari changed:
What|Removed |Added
CC||mauro...@tiscali.it
--
You are recei
Author: markt
Date: Fri Dec 11 08:54:11 2015
New Revision: 1719285
URL: http://svn.apache.org/viewvc?rev=1719285&view=rev
Log:
Remove unnecessary code.
SocketProcessor implementations lock on the socket to ensure there is only ever
one thread processing the socket at a time
Modified:
tomcat/
Author: violetagg
Date: Fri Dec 11 09:06:44 2015
New Revision: 1719287
URL: http://svn.apache.org/viewvc?rev=1719287&view=rev
Log:
Update docs for Apache Tomcat 7.0.67 release.
[This commit notification would consist of 67 parts,
which exceeds the limit of 50 ones, so it was shortened to the su
Author: violetagg
Date: Fri Dec 11 09:18:36 2015
New Revision: 11545
Log:
Remove 7.0.65
Removed:
release/tomcat/tomcat-7/v7.0.65/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:
Author: markt
Date: Fri Dec 11 09:23:15 2015
New Revision: 1719291
URL: http://svn.apache.org/viewvc?rev=1719291&view=rev
Log:
Add some additional debug logging to WebSocket
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
tomcat/trunk/java/org/apache/tomcat
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.67.
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: markt
Date: Fri Dec 11 10:07:14 2015
New Revision: 1719315
URL: http://svn.apache.org/viewvc?rev=1719315&view=rev
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57489
Failure to send a WebSocket message should trigger the closure of the session.
Modified:
tomcat/t
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/740
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Fri Dec 11 10:29:03 2015
New Revision: 1719332
URL: http://svn.apache.org/viewvc?rev=1719332&view=rev
Log:
Remove invalid test.
>From section 2.1.5 of the WebSocket 1.1 specification:
"If the close was initiated by the remote peer, the implementation must use the
close code an
Author: markt
Date: Fri Dec 11 10:35:42 2015
New Revision: 1719334
URL: http://svn.apache.org/viewvc?rev=1719334&view=rev
Log:
Remove invalid test.
>From section 2.1.5 of the WebSocket 1.1 specification:
"If the close was initiated by the remote peer, the implementation must use the
close code an
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489
--- Comment #25 from Mark Thomas ---
This has been fixed in 9.0.x although the connector refactoring means that a
direct back-port may not be possible.
Note that two tests were removed because they were invalid as per section 2.1.5
of the WebS
Author: markt
Date: Fri Dec 11 10:37:40 2015
New Revision: 1719335
URL: http://svn.apache.org/viewvc?rev=1719335&view=rev
Log:
Add another useful example
Modified:
tomcat/trunk/conf/logging.properties
Modified: tomcat/trunk/conf/logging.properties
URL:
http://svn.apache.org/viewvc/tomcat/tr
Hi,
In Tomcat 9, using the Apr listener could mean that the user want to use
the OpenSSL crypto and not the full APR connector. Since Mark doesn't seem
to like that connector very much and since we have HTTP/2 to "sell" as
working stuff, I would like to propose an interim step.
At the moment, the
Author: markt
Date: Fri Dec 11 10:55:43 2015
New Revision: 1719340
URL: http://svn.apache.org/viewvc?rev=1719340&view=rev
Log:
Update changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/
On 11/12/2015 10:54, Rémy Maucherat wrote:
> Hi,
>
> In Tomcat 9, using the Apr listener could mean that the user want to use
> the OpenSSL crypto and not the full APR connector. Since Mark doesn't seem
> to like that connector very much and since we have HTTP/2 to "sell" as
> working stuff, I wou
Author: remm
Date: Fri Dec 11 11:02:55 2015
New Revision: 1719343
URL: http://svn.apache.org/viewvc?rev=1719343&view=rev
Log:
Add code to properly destroy SSL contexts.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java
tomcat/trunk/java/org/apache/tomcat/uti
Author: markt
Date: Fri Dec 11 11:14:43 2015
New Revision: 1719346
URL: http://svn.apache.org/viewvc?rev=1719346&view=rev
Log:
Should only call onClose() once per session.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
Modified: tomcat/trunk/java/org/apache/tomcat/web
Author: markt
Date: Fri Dec 11 11:22:37 2015
New Revision: 1719348
URL: http://svn.apache.org/viewvc?rev=1719348&view=rev
Log:
Add some additional debug logging to WebSocket
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
tomcat/tc8.0.x/trunk/java/
Author: markt
Date: Fri Dec 11 12:13:42 2015
New Revision: 1719357
URL: http://svn.apache.org/viewvc?rev=1719357&view=rev
Log:
Back-port from trunk. Fix a hanging WebSocket test on Windows.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/webso
Author: markt
Date: Fri Dec 11 12:17:10 2015
New Revision: 1719358
URL: http://svn.apache.org/viewvc?rev=1719358&view=rev
Log:
Resolve stacktrace on session close
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java
Propch
Author: markt
Date: Fri Dec 11 12:38:32 2015
New Revision: 1719400
URL: http://svn.apache.org/viewvc?rev=1719400&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57489
Ensure onClose() is called when a WebSocket connection is closed even if the
sending of the close message fails.
Author: markt
Date: Fri Dec 11 12:51:51 2015
New Revision: 1719402
URL: http://svn.apache.org/viewvc?rev=1719402&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57489
Ensure onClose() is called when a WebSocket connection is closed even if the
sending of the close message fails.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Hi!
Current trunk tests fail at buildbot at the new tests for BZ 57489 ,
[concat] Testsuites with failed tests:
[concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt
[concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO2.txt
Log files:
https://ci.apache.org/projec
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/226
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
2015-12-11 16:00 GMT+03:00 Konstantin Kolinko :
> Hi!
>
> Current trunk tests fail at buildbot at the new tests for BZ 57489 ,
>
>[concat] Testsuites with failed tests:
>[concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt
>[concat] TEST-org.apache.tomcat.websocket.server.
Author: markt
Date: Fri Dec 11 13:55:37 2015
New Revision: 1719420
URL: http://svn.apache.org/viewvc?rev=1719420&view=rev
Log:
Can't use Java 7 syntax in Tomcat 7
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
Modified:
tomcat/tc7.0.x/trunk/ja
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/328
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
On 11/12/2015 13:44, Konstantin Kolinko wrote:
> 2015-12-11 16:00 GMT+03:00 Konstantin Kolinko :
>> Hi!
>>
>> Current trunk tests fail at buildbot at the new tests for BZ 57489 ,
>>
>>[concat] Testsuites with failed tests:
>>[concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt
Author: markt
Date: Fri Dec 11 15:00:22 2015
New Revision: 1719441
URL: http://svn.apache.org/viewvc?rev=1719441&view=rev
Log:
Make debugging easier
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/Te
Author: markt
Date: Fri Dec 11 15:10:17 2015
New Revision: 1719446
URL: http://svn.apache.org/viewvc?rev=1719446&view=rev
Log:
Enable test to handle different TCP reset behaviours on different operating
systems
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
Mo
https://bz.apache.org/bugzilla/show_bug.cgi?id=58721
Bug ID: 58721
Summary: Http11Nio2Protocol is leaking open file handles for
TCP connections
Product: Tomcat 8
Version: 8.0.28
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58721
Remy Maucherat changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving this m
Author: markt
Date: Fri Dec 11 15:26:17 2015
New Revision: 1719455
URL: http://svn.apache.org/viewvc?rev=1719455&view=rev
Log:
Need to process errors so the application can be informed rather than the
connection just being closed.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2En
Author: remm
Date: Fri Dec 11 15:26:43 2015
New Revision: 1719456
URL: http://svn.apache.org/viewvc?rev=1719456&view=rev
Log:
SSL.getHandshake count is unused (it probably was removed from the JNI API
because of that) but can just as well return the *completed* handshake count
rather than the st
Author: markt
Date: Fri Dec 11 15:31:15 2015
New Revision: 1719459
URL: http://svn.apache.org/viewvc?rev=1719459&view=rev
Log:
Close the session before closing the connection if a low-level I/O error is
experienced.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
t
2015-12-09 23:40 GMT+03:00 Mark Thomas :
> Version 1.1.34 includes the following changes:
>
> - Unconditionally disable export Ciphers
>
> - Improve ephemeral key handling for DH and ECDH
>
> - Various fixes to build with newer OPenSSL versions
+
- Itanium binaries no longer provided for Windows
Author: kkolinko
Date: Fri Dec 11 15:42:20 2015
New Revision: 1719462
URL: http://svn.apache.org/viewvc?rev=1719462&view=rev
Log:
Fix changelog typo
stated count -> started count
Modified:
tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/trunk/xdocs/miscellaneous
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/748
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: markt
Date: Fri Dec 11 16:26:13 2015
New Revision: 1719468
URL: http://svn.apache.org/viewvc?rev=1719468&view=rev
Log:
Make debugging easier
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
Propchange: t
Author: remm
Date: Fri Dec 11 16:38:19 2015
New Revision: 1719472
URL: http://svn.apache.org/viewvc?rev=1719472&view=rev
Log:
- Improve the handshake end detection using the getHandshakeCount that was
modified in native. Although checking the certificate was there is a hack that
worked in some c
https://bz.apache.org/bugzilla/show_bug.cgi?id=58722
Bug ID: 58722
Summary: Parallel Deployment Override
Product: Tomcat 8
Version: trunk
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Author: remm
Date: Fri Dec 11 16:58:31 2015
New Revision: 1719473
URL: http://svn.apache.org/viewvc?rev=1719473&view=rev
Log:
Add an extra flag to the APR listener to allow using NIO + OpenSSL in a cleaner
way. At the moment, the default behavior is unchanged.
Modified:
tomcat/trunk/java/org
Author: remm
Date: Fri Dec 11 16:58:48 2015
New Revision: 1719474
URL: http://svn.apache.org/viewvc?rev=1719474&view=rev
Log:
Fix comment.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSL
Author: kkolinko
Date: Fri Dec 11 18:40:44 2015
New Revision: 1719488
URL: http://svn.apache.org/viewvc?rev=1719488&view=rev
Log:
Simplify.
No need for "+=" as this is the initial value.
Replace binary number (0bNN) with a hexadecimal one to allow this code to be
backported to Tomcat 7 / Java 6.
Author: kkolinko
Date: Fri Dec 11 18:44:09 2015
New Revision: 1719491
URL: http://svn.apache.org/viewvc?rev=1719491&view=rev
Log:
Simplify.
No need for "+=" as this is the initial value.
Replace binary number (0bNN) with a hexadecimal one to allow this code to be
backported to Tomcat 7 / Java 6.
Author: kkolinko
Date: Fri Dec 11 18:50:09 2015
New Revision: 1719493
URL: http://svn.apache.org/viewvc?rev=1719493&view=rev
Log:
Simplify and fix compilation issue.
Binary number (0bNN) is not supported in Java 6. Replace it with hexadecimal
one.
Merged r1719491 from tomcat/tc8.0.x/trunk.
Modi
https://bz.apache.org/bugzilla/show_bug.cgi?id=58723
Bug ID: 58723
Summary: Undeploy Versioned Context Fails
Product: Tomcat 8
Version: 8.0.27
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Author: kkolinko
Date: Fri Dec 11 19:47:43 2015
New Revision: 1719509
URL: http://svn.apache.org/viewvc?rev=1719509&view=rev
Log:
Fix compilation failure in tests when Java 6 + Java 7 is used
when configured as JAVA_HOME=Java6 in system properties, java.7.home=Java7 in
build.properties file
(I d
Author: markt
Date: Fri Dec 11 20:26:48 2015
New Revision: 1719531
URL: http://svn.apache.org/viewvc?rev=1719531&view=rev
Log:
Make the tests more robust to timing differences across connectors and
platforms.
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
Modi
Author: markt
Date: Fri Dec 11 20:29:00 2015
New Revision: 1719532
URL: http://svn.apache.org/viewvc?rev=1719532&view=rev
Log:
Handle APR_POLLHUP using the correct status DISCONNECT rather than as OPEN_READ
or OPEN_WRITE.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.jav
Author: markt
Date: Fri Dec 11 20:30:00 2015
New Revision: 1719534
URL: http://svn.apache.org/viewvc?rev=1719534&view=rev
Log:
While APR and HTTP processors don't need to know the client has disconnected,
Upgrade processors do.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProcessorL
Author: markt
Date: Fri Dec 11 20:30:29 2015
New Revision: 1719535
URL: http://svn.apache.org/viewvc?rev=1719535&view=rev
Log:
Treat client disconnect that same was as an I/O error.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java
Modified:
tomcat/tr
Author: rjung
Date: Fri Dec 11 20:46:33 2015
New Revision: 1719543
URL: http://svn.apache.org/viewvc?rev=1719543&view=rev
Log:
Apache: Don't try to read remaining request
body parts during clean up if reading the
request body from the client already failed
during earlier processing phases.
Modifi
On 11/12/2015 14:46, Mark Thomas wrote:
> On 11/12/2015 13:44, Konstantin Kolinko wrote:
>> 2015-12-11 16:00 GMT+03:00 Konstantin Kolinko :
>>> Hi!
>>>
>>> Current trunk tests fail at buildbot at the new tests for BZ 57489 ,
>>>
>>>[concat] Testsuites with failed tests:
>>>[concat] TEST-org
Mark,
On 12/11/15 6:01 AM, Mark Thomas wrote:
> On 11/12/2015 10:54, Rémy Maucherat wrote:
>> Hi,
>>
>> In Tomcat 9, using the Apr listener could mean that the user want to use
>> the OpenSSL crypto and not the full APR connector. Since Mark doesn't seem
>> to like that connector very much and sin
2015-12-11 23:23 GMT+01:00 Christopher Schultz :
> One connector to rule them all.
>
> Is NIO2 viable yet? The APR connector had actual blocking-reads in
> situations where we wanted that. NIO on the other hand IIRC can't choose
> which type of reads to do: they are always blocking.
>
NIO is non
space/apache-commons/daemon/dist/bin/commons-daemon-20151211-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest-20151211/lib
-Dcommons-daemon.jar=/srv/gump/public/work
2015-12-09 23:37 GMT+03:00 Mark Thomas :
> Version 1.2.3 includes the following changes:
>
> - Java keystore support
>
> - Various fixes to align the Java and native APIs
>
> - Various fixes if building without OpenSSL
>
> The proposed release artefacts can be found at [1],
> and the build was done
63 matches
Mail list logo