Author: markt
Date: Mon Nov 23 11:16:10 2015
New Revision: 1715765
URL: http://svn.apache.org/viewvc?rev=1715765&view=rev
Log:
Checkstyle police
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/Open
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/652
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
https://bz.apache.org/bugzilla/show_bug.cgi?id=58638
Bug ID: 58638
Summary: tomcat looses asyn-supported when the configuration is
split between web.xml and anntotations
Product: Tomcat 8
Version: 8.0.26
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=58638
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
2015-11-22 22:26 GMT+03:00 Christopher Schultz :
> Konstantin,
>
> On 11/21/15 10:07 AM, Konstantin Kolinko wrote:
>> 2015-11-20 15:47 GMT+03:00 Christopher Schultz
>> :
>>> All,
>>>
>>> I thought there was a BZ issue for this, but I didn't find one. It's
>>> been suggested (and I agree completely
https://bz.apache.org/bugzilla/show_bug.cgi?id=58638
--- Comment #2 from Ivan Toshkov ---
Thank for the quick find and sorry for the noise. I accidentally removed the
flag from the annotation during a "minor" refactoring.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: markt
Date: Mon Nov 23 12:28:59 2015
New Revision: 1715783
URL: http://svn.apache.org/viewvc?rev=1715783&view=rev
Log:
HTTP/2 debug logging improvements for Server push
Modified:
tomcat/trunk/java/org/apache/coyote/http2/HpackEncoder.java
tomcat/trunk/java/org/apache/coyote/http2/
2015-11-23 9:43 GMT+03:00 :
> Author: jfclere
> Date: Mon Nov 23 06:43:01 2015
> New Revision: 1715732
>
> URL: http://svn.apache.org/viewvc?rev=1715732&view=rev
> Log:
> Add the JSSE one.
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java
>
> Modified:
> to
Author: remm
Date: Mon Nov 23 13:46:38 2015
New Revision: 1715809
URL: http://svn.apache.org/viewvc?rev=1715809&view=rev
Log:
Allow the OpenSSL implementation to use either the OpenSSL or JSSE type without
a warning. If trying to use both, it might work, but IMO a warning is needed.
Modified:
Author: markt
Date: Mon Nov 23 13:59:37 2015
New Revision: 1715822
URL: http://svn.apache.org/viewvc?rev=1715822&view=rev
Log:
Fix an HTTP/2 TODO
Only include port in :authority header for HTTP/2 push if non-standard ports
are being used
Modified:
tomcat/trunk/java/org/apache/coyote/http2/St
On 11/23/2015 01:56 PM, Konstantin Kolinko wrote:
> TW, a changelog, documentation =?
Here I have a small question. In fact it possible to mix open pem and
jsse keystore, is it something we want to support?
I try it but removed it because I found it very confusing.
Thanks for the review I will f
2015-11-23 15:31 GMT+01:00 jean-frederic clere :
> On 11/23/2015 01:56 PM, Konstantin Kolinko wrote:
> > TW, a changelog, documentation =?
>
> Here I have a small question. In fact it possible to mix open pem and
> jsse keystore, is it something we want to support?
>
> I try it but removed it beca
On 11/23/2015 03:35 PM, Rémy Maucherat wrote:
> 2015-11-23 15:31 GMT+01:00 jean-frederic clere :
>
>> On 11/23/2015 01:56 PM, Konstantin Kolinko wrote:
>>> TW, a changelog, documentation =?
>>
>> Here I have a small question. In fact it possible to mix open pem and
>> jsse keystore, is it somethin
On 20/11/2015 10:00, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.29 release is now available for voting.
>
> The main changes since 8.0.28 are:
>
> - Add an option to control (per context) quoting of EL expressions in
> JSP attributes
>
> - Correct a regression in the fix for 56777 tha
On Fri, Nov 20, 2015 at 11:00 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.29 release is now available for voting.
>
> The main changes since 8.0.28 are:
>
> - Add an option to control (per context) quoting of EL expressions in
> JSP attributes
>
> - Correct a regression in the fix f
Author: remm
Date: Mon Nov 23 16:19:33 2015
New Revision: 1715866
URL: http://svn.apache.org/viewvc?rev=1715866&view=rev
Log:
Extract Context.bind and unbind to an interface to make the CL bind cleaner for
the upgrade code (including using a PA if needed).
Added:
tomcat/trunk/java/org/apache
2015-11-20 11:00 GMT+01:00 Mark Thomas :
> The proposed 8.0.29 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.0.29
>
> Rémy
Author: remm
Date: Mon Nov 23 17:23:59 2015
New Revision: 1715897
URL: http://svn.apache.org/viewvc?rev=1715897&view=rev
Log:
Extract Context.bind and unbind to an interface to make the CL bind cleaner for
the upgrade code (including using a PA if needed).
Added:
tomcat/tc8.0.x/trunk/java/or
mons/daemon/dist/bin/commons-daemon-20151123-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015
Am 20.11.2015 um 11:00 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.29 release is now available for voting.
The main changes since 8.0.28 are:
- Add an option to control (per context) quoting of EL expressions in
JSP attributes
- Correct a regression in the fix for 56777 that added s
Konstantin,
On 11/23/15 7:19 AM, Konstantin Kolinko wrote:
> 2015-11-22 22:26 GMT+03:00 Christopher Schultz :
>> Konstantin,
>>
>> On 11/21/15 10:07 AM, Konstantin Kolinko wrote:
>>> 2015-11-20 15:47 GMT+03:00 Christopher Schultz
>>> :
All,
I thought there was a BZ issue for this,
Hi,
2015-11-20 12:00 GMT+02:00 Mark Thomas :
>
> The proposed Apache Tomcat 8.0.29 release is now available for voting.
>
> The main changes since 8.0.28 are:
>
> - Add an option to control (per context) quoting of EL expressions in
> JSP attributes
>
> - Correct a regression in the fix for 5677
Author: markt
Date: Mon Nov 23 21:34:06 2015
New Revision: 1715965
URL: http://svn.apache.org/viewvc?rev=1715965&view=rev
Log:
Add ProxySelector support to the WebSocket client
Based on a patch by Niki Dokovski.
Added:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainerWit
Author: jfclere
Date: Mon Nov 23 21:34:37 2015
New Revision: 1715967
URL: http://svn.apache.org/viewvc?rev=1715967&view=rev
Log:
Arrange provider to algorithm.
make sure the file is closed.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java
Modified: tomcat/trunk
Author: markt
Date: Mon Nov 23 22:02:56 2015
New Revision: 1715975
URL: http://svn.apache.org/viewvc?rev=1715975&view=rev
Log:
Fix Javadoc errors
Modified:
tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java
Modified:
tomcat/trunk/java/org/apache/catalina/session/Persis
Author: markt
Date: Mon Nov 23 22:04:18 2015
New Revision: 1715976
URL: http://svn.apache.org/viewvc?rev=1715976&view=rev
Log:
Fix Javadoc errors
Trivial clean-up
Modified:
tomcat/trunk/java/org/apache/tomcat/ContextBind.java
Modified: tomcat/trunk/java/org/apache/tomcat/ContextBind.java
URL
Author: markt
Date: Mon Nov 23 22:09:35 2015
New Revision: 1715978
URL: http://svn.apache.org/viewvc?rev=1715978&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55006
Add ProxySelector support to the WebSocket client
Based on a patch by Niki Dokovski.
Added:
tomcat/tc8.0.x/t
Author: markt
Date: Mon Nov 23 22:18:22 2015
New Revision: 1715980
URL: http://svn.apache.org/viewvc?rev=1715980&view=rev
Log:
Fix warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketCo
Author: markt
Date: Mon Nov 23 22:19:30 2015
New Revision: 1715981
URL: http://svn.apache.org/viewvc?rev=1715981&view=rev
Log:
Fix warnings
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websoc
Author: markt
Date: Mon Nov 23 22:20:30 2015
New Revision: 1715983
URL: http://svn.apache.org/viewvc?rev=1715983&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55006
Add ProxySelector support to the WebSocket client
Based on a patch by Niki Dokovski.
Added:
tomcat/tc7.0.x/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=55006
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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/185
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Mon Nov 23 22:39:06 2015
New Revision: 1715984
URL: http://svn.apache.org/viewvc?rev=1715984&view=rev
Log:
Classes that require Java 7 can use Java 7 features.
Modified:
tomcat/tc7.0.x/trunk/build.xml
Modified: tomcat/tc7.0.x/trunk/build.xml
URL:
http://svn.apache.org/vi
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
2015-11-20 19:00 GMT+09:00 Mark Thomas :
> The proposed Apache Tomcat 8.0.29 release is now available for voting.
>
> The main changes since 8.0.28 are:
>
> - Add an option to control (per context) quoting of EL expressions in
> JSP attributes
>
> - Correct a regression in the fix for 56777 that
Author: kfujino
Date: Tue Nov 24 06:12:17 2015
New Revision: 1716037
URL: http://svn.apache.org/viewvc?rev=1716037&view=rev
Log:
Add changelog entry of r1714919 and r1714920.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.
Author: kfujino
Date: Tue Nov 24 06:16:54 2015
New Revision: 1716038
URL: http://svn.apache.org/viewvc?rev=1716038&view=rev
Log:
Ensure that the static member is registered to the add suspect list even If the
static member that is registered to the remove suspect list has disappeared.
Modified:
Author: kfujino
Date: Tue Nov 24 06:19:37 2015
New Revision: 1716039
URL: http://svn.apache.org/viewvc?rev=1716039&view=rev
Log:
Correct the warnnig log of when the member that is not registered in the
membership is detected.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/inte
Author: kfujino
Date: Tue Nov 24 06:23:31 2015
New Revision: 1716040
URL: http://svn.apache.org/viewvc?rev=1716040&view=rev
Log:
-Ensure that the static member is registered to the add suspect list even If
the static member that is registered to the remove suspect list has disappeared.
-Correct t
Author: kfujino
Date: Tue Nov 24 06:25:37 2015
New Revision: 1716041
URL: http://svn.apache.org/viewvc?rev=1716041&view=rev
Log:
-Ensure that the static member is registered to the add suspect list even If
the static member that is registered to the remove suspect list has disappeared.
-Correct t
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/187
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
[
https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023938#comment-15023938
]
Girish Mahajan commented on MTOMCAT-234:
Can anyone please answer with what will
42 matches
Mail list logo