.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151021-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-trunk/dest-20151021/lib
-Dt
Author: markt
Date: Wed Oct 21 07:38:51 2015
New Revision: 1709730
URL: http://svn.apache.org/viewvc?rev=1709730&view=rev
Log:
Allow more time for tests to run (primarily for Gump)
Add additional check that things have started properly.
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/
Author: violetagg
Date: Wed Oct 21 07:39:09 2015
New Revision: 1709732
URL: http://svn.apache.org/viewvc?rev=1709732&view=rev
Log:
Update the release date for 7.0.65
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http
Author: markt
Date: Wed Oct 21 08:05:44 2015
New Revision: 1709743
URL: http://svn.apache.org/viewvc?rev=1709743&view=rev
Log:
Better time stamps for the async examples.
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/async/Async0.java
tomcat/trunk/webapps/examples/WEB-INF/classes
Author: violetagg
Date: Wed Oct 21 08:06:34 2015
New Revision: 1709744
URL: http://svn.apache.org/viewvc?rev=1709744&view=rev
Log:
Updates (excluding docs) for 7.0.65 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/
Author: violetagg
Date: Wed Oct 21 08:13:48 2015
New Revision: 10877
Log:
Remove 7.0.64
Removed:
release/tomcat/tomcat-7/v7.0.64/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:
Author: violetagg
Date: Wed Oct 21 08:45:30 2015
New Revision: 1709756
URL: http://svn.apache.org/viewvc?rev=1709756&view=rev
Log:
Update docs for Apache Tomcat 7.0.65 release.
[This commit notification would consist of 330 parts,
which exceeds the limit of 50 ones, so it was shortened to the s
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.65.
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: remm
Date: Wed Oct 21 10:16:17 2015
New Revision: 1709787
URL: http://svn.apache.org/viewvc?rev=1709787&view=rev
Log:
Add properties for the JASPIC modules, plus some cleanups (more properties will
be needed). Patch from Fjodor Vershinin with some changes.
Modified:
tomcat/trunk/jav
Author: markt
Date: Wed Oct 21 12:33:04 2015
New Revision: 1709813
URL: http://svn.apache.org/viewvc?rev=1709813&view=rev
Log:
Fix a couple of issues identified when testing the latest code with the
nonblocking/bytecounter example.
- NB_READ_INTEREST needs to register a read interest, not return
Author: remm
Date: Wed Oct 21 12:42:19 2015
New Revision: 1709816
URL: http://svn.apache.org/viewvc?rev=1709816&view=rev
Log:
Add the SPNEGO module, not reviewed yet. Patch from Fjodor Vershinin with some
changes.
Added:
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/mo
Author: remm
Date: Wed Oct 21 12:44:40 2015
New Revision: 1709818
URL: http://svn.apache.org/viewvc?rev=1709818&view=rev
Log:
Cleanup, use the main Request type like the current authenticators and remove
code duplication with the "classic" BASIC authenticator.
Modified:
tomcat/trunk/java/org
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
--- Comment #12 from Christopher L. Simons ---
Any objections to applying the attached documentation patch? I think it would
save many users from having to search and dig up this post to realize they can
use FailedRequestFilter to adjust the b
Author: markt
Date: Wed Oct 21 14:00:54 2015
New Revision: 1709842
URL: http://svn.apache.org/viewvc?rev=1709842&view=rev
Log:
Add debug logging option for processing errors (helped track down another
failure with the examples)
Modified:
tomcat/trunk/java/org/apache/coyote/http2/LocalStrings
Author: markt
Date: Wed Oct 21 14:01:17 2015
New Revision: 1709843
URL: http://svn.apache.org/viewvc?rev=1709843&view=rev
Log:
Fix NPE when there is no request body
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Stream.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java
On 20/10/2015 15:30, Mark Thomas wrote:
> I found the root cause of the Gump failure. It was an error in the
> refactoring when I switched WebSocket from Servlet 3.1 non-blockin I/O
> to goting directly to Tomcat's I/O layer.
>
> I'll take a look at NIO2/Chrome next.
Sorry, I still haven't got t
2015-10-21 16:14 GMT+02:00 Mark Thomas :
> On 20/10/2015 15:30, Mark Thomas wrote:
>
> > I found the root cause of the Gump failure. It was an error in the
> > refactoring when I switched WebSocket from Servlet 3.1 non-blockin I/O
> > to goting directly to Tomcat's I/O layer.
> >
> > I'll take a l
On 21/10/2015 15:31, Rémy Maucherat wrote:
> 2015-10-21 16:14 GMT+02:00 Mark Thomas :
>
>> On 20/10/2015 15:30, Mark Thomas wrote:
>>
>>> I found the root cause of the Gump failure. It was an error in the
>>> refactoring when I switched WebSocket from Servlet 3.1 non-blockin I/O
>>> to goting dire
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
--- Comment #9 from Huxing Zhang ---
Hi folks, I will try to do the back-port to tomcat 7.x.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To u
Author: violetagg
Date: Wed Oct 21 18:32:13 2015
New Revision: 1709895
URL: http://svn.apache.org/viewvc?rev=1709895&view=rev
Log:
Documentation for RestCsrfPreventionFilter
Modified:
tomcat/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java
tomcat/trunk/webapps/docs/con
Author: markt
Date: Wed Oct 21 20:10:54 2015
New Revision: 1709907
URL: http://svn.apache.org/viewvc?rev=1709907&view=rev
Log:
Update dependencies
Modified:
tomcat/native/trunk/download_deps.sh
tomcat/native/trunk/native/srclib/VERSIONS
Modified: tomcat/native/trunk/download_deps.sh
URL:
Author: markt
Date: Wed Oct 21 20:31:40 2015
New Revision: 1709910
URL: http://svn.apache.org/viewvc?rev=1709910&view=rev
Log:
Update o.a.t.jni external
Modified:
tomcat/native/trunk/java/org/apache/tomcat/ (props changed)
Propchange: tomcat/native/trunk/java/org/apache/tomcat/
---
Author: markt
Date: Wed Oct 21 20:44:22 2015
New Revision: 1709912
URL: http://svn.apache.org/viewvc?rev=1709912&view=rev
Log:
Tag 1.2.0
Added:
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/
- copied from r1709904, tomcat/native/trunk/
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/download_deps.s
Author: markt
Date: Wed Oct 21 20:45:15 2015
New Revision: 1709913
URL: http://svn.apache.org/viewvc?rev=1709913&view=rev
Log:
No surprise. First attempt at 1.2.0 tag was no good
Removed:
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/
---
Author: markt
Date: Wed Oct 21 20:45:38 2015
New Revision: 1709914
URL: http://svn.apache.org/viewvc?rev=1709914&view=rev
Log:
Tag 1.2.0
Added:
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/
- copied from r1709913, tomcat/native/trunk/
Modified:
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/nativ
Author: markt
Date: Wed Oct 21 20:46:37 2015
New Revision: 1709915
URL: http://svn.apache.org/viewvc?rev=1709915&view=rev
Log:
Second attempt was better but still not right
Removed:
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/
-
Author: markt
Date: Wed Oct 21 20:47:58 2015
New Revision: 1709916
URL: http://svn.apache.org/viewvc?rev=1709916&view=rev
Log:
Update Windows version info
Modified:
tomcat/native/trunk/native/os/win32/libtcnative.rc
Modified: tomcat/native/trunk/native/os/win32/libtcnative.rc
URL:
http://sv
Author: markt
Date: Wed Oct 21 20:48:21 2015
New Revision: 1709917
URL: http://svn.apache.org/viewvc?rev=1709917&view=rev
Log:
Tag 1.2.0
Added:
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/
- copied from r1709916, tomcat/native/trunk/
Modified:
tomcat/native/tags/TOMCAT_NATIVE_1_2_0/nativ
On 21/10/2015 21:48, ma...@apache.org wrote:
> Author: markt
> Date: Wed Oct 21 20:48:21 2015
> New Revision: 1709917
>
> URL: http://svn.apache.org/viewvc?rev=1709917&view=rev
> Log:
> Tag 1.2.0
I think this one was good. I'm going to put together an RC including
Windows binaries for people to t
Author: markt
Date: Wed Oct 21 22:03:42 2015
New Revision: 10881
Log:
Add the 1.2.0 source packages. Windows binaries to follow.
Added:
dev/tomcat/tomcat-connectors/native/1.2.0/
dev/tomcat/tomcat-connectors/native/1.2.0/binaries/
dev/tomcat/tomcat-connectors/native/1.2.0/source/
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
--- Comment #10 from Huxing Zhang ---
Created attachment 33192
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33192&action=edit
back port fix of bug 56777 to tomcat 7.0.x
back port fix of bug 56777 to tomcat 7.0.x.
Allow trust stores,
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
Huxing Zhang changed:
What|Removed |Added
Attachment #33192|0 |1
is obsolete|
33 matches
Mail list logo