Author: violetagg
Date: Thu Oct 16 07:46:36 2014
New Revision: 1632223
URL: http://svn.apache.org/r1632223
Log:
Merged revision 1631817 from tomcat/trunk:
Fix client subprotocol handling (pass protocol names from the annotation).
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/t
Author: violetagg
Date: Thu Oct 16 07:49:53 2014
New Revision: 1632224
URL: http://svn.apache.org/r1632224
Log:
Merged revision 1631818 from tomcat/trunk:
Use constant strings for header names.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/
Author: kfujino
Date: Thu Oct 16 07:55:02 2014
New Revision: 1632228
URL: http://svn.apache.org/r1632228
Log:
Remove the unnecessary registration of context.xml as a redeploy resource.
The context.xml having an external docBase has already been registered as a
redeploy resource at first.
Modifi
Author: kfujino
Date: Thu Oct 16 07:56:50 2014
New Revision: 1632229
URL: http://svn.apache.org/r1632229
Log:
Remove the unnecessary registration of context.xml as a redeploy resource.
The context.xml having an external docBase has already been registered as a
redeploy resource at first.
Modifi
Author: violetagg
Date: Thu Oct 16 08:09:12 2014
New Revision: 1632232
URL: http://svn.apache.org/r1632232
Log:
Merged revision 1631992 from tomcat/trunk:
Correct version of Java WebSocket mentioned in documentation
Followup to r1631839
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
to
Author: violetagg
Date: Thu Oct 16 08:16:24 2014
New Revision: 1632234
URL: http://svn.apache.org/r1632234
Log:
Update Websocket version supported by Tomcat 7
Modified:
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/whichversion.xml
Modified: tomcat/site/trunk/docs/whic
Author: kkolinko
Date: Thu Oct 16 08:45:57 2014
New Revision: 1632245
URL: http://svn.apache.org/r1632245
Log:
Correct version of Java WebSocket mentioned in message displayed on Tomcat
start on Java 6, in documentation and examples
Followup to r1632232
Modified:
tomcat/tc7.0.x/trunk/java/or
Author: kkolinko
Date: Thu Oct 16 09:09:59 2014
New Revision: 1632251
URL: http://svn.apache.org/r1632251
Log:
Remove duplicate call which result is already cached in a local variable (Noted
when reviewing r1632223)
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer
Author: kkolinko
Date: Thu Oct 16 09:11:47 2014
New Revision: 1632252
URL: http://svn.apache.org/r1632252
Log:
Merged revision 1632251 from tomcat/trunk:
Remove duplicate call which result is already cached in a local variable (Noted
when reviewing r1632223)
Modified:
tomcat/tc7.0.x/trunk/
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Security" page has been changed by OgnjenBlagojevic:
https://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=17&rev2=18
Comment:
Reindex
See [[HowTo/SSLCiphers]].
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952
--- Comment #31 from jfclere ---
Created attachment 32114
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32114&action=edit
patch for the issue.
The patch works for me.
Basically the SSL.java needs the new SSL_PROTOCOL_TLS11 and
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Security" page has been changed by OgnjenBlagojevic:
https://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=18&rev2=19
Comment:
Added question about POODLE attack
1.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952
--- Comment #32 from jfclere ---
Created attachment 32115
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32115&action=edit
patch for tc-trunk.
--
You are receiving this mail because:
You are the assignee for the bug.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Security/POODLE" page has been changed by OgnjenBlagojevic:
https://wiki.apache.org/tomcat/Security/POODLE
Comment:
Added POODLE vulnerability info
New page:
This Wiki entry serve
Author: markt
Date: Thu Oct 16 11:00:21 2014
New Revision: 1632271
URL: http://svn.apache.org/r1632271
Log:
Some more Javadoc cleanup
Modified:
tomcat/trunk/java/org/apache/catalina/Container.java
Modified: tomcat/trunk/java/org/apache/catalina/Container.java
URL:
http://svn.apache.org/view
Author: markt
Date: Thu Oct 16 12:51:17 2014
New Revision: 1632290
URL: http://svn.apache.org/r1632290
Log:
Rename to make way for a unit test that doesn't use embedded
Added:
tomcat/trunk/test/org/apache/jasper/compiler/TestNodeIntegration.java
- copied, changed from r1632288,
tomcat/
Author: markt
Date: Thu Oct 16 13:44:18 2014
New Revision: 1632307
URL: http://svn.apache.org/r1632307
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57099
Ensure that semi-colons are not permitted in JSP import page directives.
Added:
tomcat/trunk/test/org/apache/jasper/compiler
https://issues.apache.org/bugzilla/show_bug.cgi?id=57099
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57099
--- Comment #2 from Mark Thomas ---
And also fixed in 7.0.x for 7.0.57 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscrib
Author: markt
Date: Thu Oct 16 13:48:26 2014
New Revision: 1632310
URL: http://svn.apache.org/r1632310
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57099
Ensure that semi-colons are not permitted in JSP import page directives.
Added:
tomcat/tc7.0.x/trunk/test/org/apache/jasper/
Author: markt
Date: Thu Oct 16 13:54:30 2014
New Revision: 1632311
URL: http://svn.apache.org/r1632311
Log:
Fix failure to start because of missing MBean descriptors. Patch by Pierre Viret
Modified:
tomcat/sandbox/trunk-maven-layout/pom.xml
Modified: tomcat/sandbox/trunk-maven-layout/pom.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397
--- Comment #41 from Mark Thomas ---
Great. The instance starts for me too.
I suspect the issue with JSPs is that Jasper is not getting initialized.
If you look in trunk/res/META-INF you'll see various files that need to be
packaged with
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091
--- Comment #4 from Niklas Hallqvist ---
Created attachment 32117
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32117&action=edit
A simple websocket client
A simple websocket client test.
Name it se/appli/test/WebsocketClientT
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952
jfclere changed:
What|Removed |Added
CC||jfcl...@gmail.com
--
You are receiving
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952
--- Comment #33 from jeffrey.jan...@polydyne.com ---
I was looking at the code for the patch in Comment #32 and noticed that you
introduced a regression. SSLv2 was removed from the ALL list sometime back so
that the default was to not suppor
On 07/10/2014 15:14, Mark Thomas wrote:
> The following is a summary of the previous discussions and the concerns
> raised. It is an attempt to get all the information in one place so we
> can agree on whether or not we want to migrate to git.
Given the lack of feedback on this thread, my working
2014-10-16 21:23 GMT+04:00 Mark Thomas :
> On 07/10/2014 15:14, Mark Thomas wrote:
>> The following is a summary of the previous discussions and the concerns
>> raised. It is an attempt to get all the information in one place so we
>> can agree on whether or not we want to migrate to git.
>
> Given
Just several technical notes,
2014-10-07 18:14 GMT+04:00 Mark Thomas :
> 2. We would migrate to a two git repo that - initially would have the
> following mapping to the current svn repo:
>tomcat git repo
> trunk -> master
> tc7.0.x/trunk -> 7.0.x
> tc6.0.x/trunk -> 6.0
On 16/10/2014 18:46, Konstantin Kolinko wrote:
> 2014-10-16 21:23 GMT+04:00 Mark Thomas :
>> On 07/10/2014 15:14, Mark Thomas wrote:
>>> The following is a summary of the previous discussions and the concerns
>>> raised. It is an attempt to get all the information in one place so we
>>> can agree o
Author: markt
Date: Thu Oct 16 19:01:35 2014
New Revision: 1632411
URL: http://svn.apache.org/r1632411
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57089
Ensure that configuration of a session ID generator is not lost when a web
application is reloaded.
Modified:
tomcat/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=57089
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Oct 16 19:41:20 2014
New Revision: 1632423
URL: http://svn.apache.org/r1632423
Log:
Remove Ant hard-coded version.
Ant will add the correct version automatically.
Modified:
tomcat/trunk/modules/jdbc-pool/resources/MANIFEST.MF
Modified: tomcat/trunk/modules/jdbc-pool/r
Author: markt
Date: Thu Oct 16 19:44:43 2014
New Revision: 1632424
URL: http://svn.apache.org/r1632424
Log:
Remove "Created-By"
Build process will add this (with the correct value) automatically.
Modified:
tomcat/trunk/modules/jdbc-pool/resources/MANIFEST.MF
Modified: tomcat/trunk/modules/jd
Author: markt
Date: Thu Oct 16 19:46:19 2014
New Revision: 1632425
URL: http://svn.apache.org/r1632425
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57079
Use Tomcat version number for jdbc-pool module when building and shipping the
module as part of Tomcat.
Modified:
tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=57079
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952
--- Comment #34 from Christopher Schultz ---
(In reply to jfclere from comment #31)
> Created attachment 32114 [details]
> patch for the issue.
>
> The patch works for me.
> Basically the SSL.java needs the new SSL_PROTOCOL_TLS11 and
> SSL
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102
Bug ID: 57102
Summary: Cannot Specify sslEnabledProtocols
Product: Tomcat 6
Version: 6.0.41
Hardware: PC
OS: Linux
Status: NEW
Severity: major
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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/555
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55988
Neale Rudd changed:
What|Removed |Added
CC||ne...@metawerx.net
--
You are receiv
https://issues.apache.org/bugzilla/show_bug.cgi?id=57103
Sebb changed:
What|Removed |Added
URL||http://tomcat.apache.org/do
https://issues.apache.org/bugzilla/show_bug.cgi?id=57103
Bug ID: 57103
Summary: Download page should provide details on how to verify
the downloads
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Mac OS X
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-test-apr has an issue affecting its community integration.
Th
Hi,
On Thu, Oct 16, 2014 at 9:38 PM, Konstantin Kolinko
wrote:
> Just several technical notes,
>
>
> If anyone wants to comment on Github, I think that it is already
> possible. I think that it works and the messages are forwarded to the
> dev list.
>
>
Unfortunately this is not true.
At the mo
44 matches
Mail list logo