https://issues.apache.org/bugzilla/show_bug.cgi?id=55537
Ognjen Blagojevic changed:
What|Removed |Added
OS||All
--- Comment #1 from Ognjen
https://issues.apache.org/bugzilla/show_bug.cgi?id=55537
Ognjen Blagojevic changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
Author: mturk
Date: Mon Sep 9 07:03:29 2013
New Revision: 1520968
URL: http://svn.apache.org/r1520968
Log:
Update versions that will be used in next binary release
Modified:
tomcat/native/branches/1.1.x/native/srclib/VERSIONS
Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS
URL
Author: mturk
Date: Mon Sep 9 07:09:41 2013
New Revision: 1520969
URL: http://svn.apache.org/r1520969
Log:
Update release before tag
Modified:
tomcat/native/branches/1.1.x/native/include/tcn_version.h
Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h
URL:
http://svn.apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=54522
Ognjen Blagojevic changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #6 from Ogn
Author: mturk
Date: Mon Sep 9 07:37:25 2013
New Revision: 1520978
URL: http://svn.apache.org/r1520978
Log:
Sync svn externals
Modified:
tomcat/native/branches/1.1.x/java/org/apache/tomcat/ (props changed)
Propchange: tomcat/native/branches/1.1.x/java/org/apache/tomcat/
---
Author: mturk
Date: Mon Sep 9 07:52:08 2013
New Revision: 1520981
URL: http://svn.apache.org/r1520981
Log:
Axe extra elemet breaking build and pretty format xml
Modified:
tomcat/native/branches/1.1.x/xdocs/index.xml
Modified: tomcat/native/branches/1.1.x/xdocs/index.xml
URL:
http://svn.apa
Author: mturk
Date: Mon Sep 9 08:07:16 2013
New Revision: 1520986
URL: http://svn.apache.org/r1520986
Log:
More xml cleanup.
Modified:
tomcat/native/branches/1.1.x/xdocs/index.xml
tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/branches/1.1.x/xdocs
https://issues.apache.org/bugzilla/show_bug.cgi?id=54691
Ralf Hauser changed:
What|Removed |Added
CC||hau...@acm.org
--- Comment #1 from R
https://issues.apache.org/bugzilla/show_bug.cgi?id=55537
--- Comment #2 from Ralf Hauser ---
Cool, this makes
https://www.ssllabs.com/ssltest/analyze.html?d=mysite.tld
happy except for the renegotiation (bug 55536)
but firefox cannot connect anymore...
--
You are receiving this mail because:
Yo
https://issues.apache.org/bugzilla/show_bug.cgi?id=55536
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55536
Ralf Hauser changed:
What|Removed |Added
Summary|allow to disable Secure |allow to disable Secure
Author: markt
Date: Mon Sep 9 10:09:36 2013
New Revision: 1521023
URL: http://svn.apache.org/r1521023
Log:
Fix wrongly named annotation attributes
Modified:
tomcat/trunk/java/javax/annotation/Generated.java
tomcat/trunk/java/javax/annotation/Resource.java
tomcat/trunk/java/org/apache
Author: kfujino
Date: Mon Sep 9 10:11:07 2013
New Revision: 1521024
URL: http://svn.apache.org/r1521024
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54693.
- Add a validationQueryTimeout property
- Avoid NPE caused by createConnection(..) returns null. (see Comment 6)
Added:
Author: markt
Date: Mon Sep 9 10:11:33 2013
New Revision: 1521025
URL: http://svn.apache.org/r1521025
Log:
Remove some unnecessary whitespace. Add some @since markers prior to fixing bz
55534.
Modified:
tomcat/trunk/java/javax/annotation/Generated.java
tomcat/trunk/java/javax/annotation
On 09/09/2013 11:09, ma...@apache.org wrote:
> Author: markt
> Date: Mon Sep 9 10:09:36 2013
> New Revision: 1521023
>
> URL: http://svn.apache.org/r1521023
> Log:
> Fix wrongly named annotation attributes
>
> Modified:
> tomcat/trunk/java/javax/annotation/Generated.java
This one is OK.
>
Author: kfujino
Date: Mon Sep 9 10:20:18 2013
New Revision: 1521026
URL: http://svn.apache.org/r1521026
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54693.
- Add a validationQueryTimeout property
- Avoid NPE caused by createConnection(..) returns null. (see Comment 6)
Added:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54693
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 09/09/2013 11:20, Mark Thomas wrote:
> On 09/09/2013 11:09, ma...@apache.org wrote:
>> Author: markt
>> Date: Mon Sep 9 10:09:36 2013
>> New Revision: 1521023
>>
>> URL: http://svn.apache.org/r1521023
>> Log:
>> Fix wrongly named annotation attributes
>>
>> Modified:
>> tomcat/trunk/java/ja
Author: markt
Date: Mon Sep 9 10:26:16 2013
New Revision: 1521027
URL: http://svn.apache.org/r1521027
Log:
Revert change to authenticationType. I was working from the Javadoc which was
incorrect. The spec confirms that the correct attribute name is
authenticationType
Modified:
tomcat/trunk
Author: markt
Date: Mon Sep 9 10:32:00 2013
New Revision: 1521030
URL: http://svn.apache.org/r1521030
Log:
Common Annotations spec section 2.11 makes clear DenyAll is permitted at the
class level.
The Javadoc for JavaEE 5 does not include this but the Javadoc for JavaEE 6
does - again with no i
Author: markt
Date: Mon Sep 9 10:36:09 2013
New Revision: 1521032
URL: http://svn.apache.org/r1521032
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55534
Commons Annotations 1.1 changes
Added:
tomcat/trunk/java/javax/annotation/ManagedBean.java (with props)
to
Author: mturk
Date: Mon Sep 9 10:49:45 2013
New Revision: 1521033
URL: http://svn.apache.org/r1521033
Log:
Tag 1.1.28
Added:
tomcat/native/tags/TOMCAT_NATIVE_1_1_28/ (props changed)
- copied from r1521032, tomcat/native/branches/1.1.x/
Propchange: tomcat/native/tags/TOMCAT_NATIVE_1_
Author: markt
Date: Mon Sep 9 10:50:58 2013
New Revision: 1521034
URL: http://svn.apache.org/r1521034
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55534
More Commons Annotations 1.1 changes
Modified:
tomcat/trunk/java/javax/annotation/sql/DataSourceDefinitions.java
Author: markt
Date: Mon Sep 9 10:51:36 2013
New Revision: 1521035
URL: http://svn.apache.org/r1521035
Log:
Remainder of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55534
Commons Annotations 1.2 changes
Added:
tomcat/trunk/java/javax/annotation/Priority.java (with props)
Modi
https://issues.apache.org/bugzilla/show_bug.cgi?id=55536
--- Comment #3 from Mark Thomas ---
(In reply to Ralf Hauser from comment #2)
> This RFE is not about APR, but the Java side of SSL/TLS.
I'm aware of that. APR is an optional solution.
> But even then, I am not going to argue with you abo
Author: markt
Date: Mon Sep 9 11:12:47 2013
New Revision: 1521040
URL: http://svn.apache.org/r1521040
Log:
Preparation for fixing BZ 55534
Add @since markers for common annotations
Fix a few spec non-compliance issues
- Generated#comment -> commnets
- DenyAll is permitted on classes
Modified:
Author: markt
Date: Mon Sep 9 11:15:33 2013
New Revision: 1521043
URL: http://svn.apache.org/r1521043
Log:
Whoops. Put the elements in the right annotation.
Modified:
tomcat/trunk/java/javax/annotation/sql/DataSourceDefinition.java
tomcat/trunk/java/javax/annotation/sql/DataSourceDefinit
Author: markt
Date: Mon Sep 9 11:17:46 2013
New Revision: 1521045
URL: http://svn.apache.org/r1521045
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55534
Update for Commons Annotations 1.1
Added:
tomcat/tc7.0.x/trunk/java/javax/annotation/ManagedBean.java
- copied unchang
Author: markt
Date: Mon Sep 9 11:19:30 2013
New Revision: 1521047
URL: http://svn.apache.org/r1521047
Log:
Proposal for commons annotations 1.0 fix
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STA
https://issues.apache.org/bugzilla/show_bug.cgi?id=55534
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Sep 9 11:23:54 2013
New Revision: 1521049
URL: http://svn.apache.org/r1521049
Log:
Fix checkstyle failures - trailing whitespace
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java
tomcat/trunk/modules/jdbc-p
Author: markt
Date: Mon Sep 9 11:27:10 2013
New Revision: 1521050
URL: http://svn.apache.org/r1521050
Log:
Fix checkstyle failures
- no License header
- invalid (old JUnit) imports
- trailing whitespace
- missing @Overrides
Modified:
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apac
Author: markt
Date: Mon Sep 9 11:28:42 2013
New Revision: 1521051
URL: http://svn.apache.org/r1521051
Log:
Fix checkstyle failures
- no License header
- invalid (old JUnit) imports
- trailing whitespace
- missing @Overrides
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc
Version 1.1.28 is bug fixing release.
The proposed release artefacts can be found at [1],
and the build was done using tag [2].
The VOTE will remain open for at least 48 hours.
The Apache Tomcat Native 1.1.28 is
[ ] Stable, go ahead and release
[ ] Broken because of ...
[1] http://people.ap
Author: markt
Date: Mon Sep 9 11:32:47 2013
New Revision: 1521052
URL: http://svn.apache.org/r1521052
Log:
Fix typo
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java
Author: markt
Date: Mon Sep 9 11:37:47 2013
New Revision: 1521056
URL: http://svn.apache.org/r1521056
Log:
Fix (remove) references that don't apply to Tomcat's fork of the file upload
code.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/disk/DiskFileItem.java
Author: markt
Date: Mon Sep 9 11:39:49 2013
New Revision: 1521057
URL: http://svn.apache.org/r1521057
Log:
Fix a couple of Javadoc warnings
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/WARDirContext.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/WAR
Author: markt
Date: Mon Sep 9 11:52:01 2013
New Revision: 1521059
URL: http://svn.apache.org/r1521059
Log:
Sync codec with latest version from Commons (no change)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/codec/ (props changed)
Propchange: tomcat/trunk/java/org/apache/tomcat/util
Author: markt
Date: Mon Sep 9 11:56:53 2013
New Revision: 1521060
URL: http://svn.apache.org/r1521060
Log:
Sync fileupload with latest version from Commons
- one minor API change to make a package private constructor public
Modified:
tomcat/trunk/SVN-MERGE.txt
tomcat/trunk/java/org/apac
Author: markt
Date: Mon Sep 9 11:58:23 2013
New Revision: 1521061
URL: http://svn.apache.org/r1521061
Log:
Sync bcel with latest version from Commons (no change)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed)
Propchange: tomcat/trunk/java/org/apache/tomcat/util/b
Author: markt
Date: Mon Sep 9 12:03:51 2013
New Revision: 1521063
URL: http://svn.apache.org/r1521063
Log:
Sync bcel, codec and fileupload
- one minor API change in fileupload
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/bcel/ (pro
Author: markt
Date: Mon Sep 9 12:32:16 2013
New Revision: 1521073
URL: http://svn.apache.org/r1521073
Log:
Add some tests based on the WS EG discussions around some edge cases. Note that
some of these will never happen in practise as Tomcat will have normalized the
URI.
Modified:
tomcat/tr
Author: markt
Date: Mon Sep 9 12:41:10 2013
New Revision: 1521075
URL: http://svn.apache.org/r1521075
Log:
And now update after I find the later discussion about empty segments not being
permitted (which is good since Tomcat will have normalized them out anyway)
Modified:
tomcat/trunk/java/
Author: markt
Date: Mon Sep 9 12:47:31 2013
New Revision: 1521076
URL: http://svn.apache.org/r1521076
Log:
Update based on the WS EG discussions around some edge cases. Note that some of
these will never happen in practise as Tomcat will have normalized the URI.
Modified:
tomcat/tc7.0.x/tru
Author: markt
Date: Mon Sep 9 12:50:30 2013
New Revision: 1521077
URL: http://svn.apache.org/r1521077
Log:
Followup to r1484923
Make antiLockingDocBase an absolute path and simplify code. (kkolinko)
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java
Modified:
Author: markt
Date: Mon Sep 9 12:50:51 2013
New Revision: 1521078
URL: http://svn.apache.org/r1521078
Log:
Remove applied patches
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=152107
Author: markt
Date: Mon Sep 9 12:54:02 2013
New Revision: 1521080
URL: http://svn.apache.org/r1521080
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55019
Fix an exception that occurs when accessing certain JSP pages when running with
a SecurityManager. (jfclere)
Modified:
tomc
https://issues.apache.org/bugzilla/show_bug.cgi?id=55019
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55052
--- Comment #3 from Mark Thomas ---
Patch has been applied to 6.0.x and will be included in 6.0.38 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: markt
Date: Mon Sep 9 12:57:22 2013
New Revision: 1521083
URL: http://svn.apache.org/r1521083
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55052
Make JULI's LogManager to additionally look for logging properties without
prefixes if the property cannot be found with a prefi
Author: markt
Date: Mon Sep 9 13:00:42 2013
New Revision: 1521086
URL: http://svn.apache.org/r1521086
Log:
Update Maven Central location used to download dependencies at build time to be
repo.maven.apache.org.
(This was suggested by Olivier Lamy in Re:r1307146,
http://markmail.org/message/6q2yf
On 9.9.2013 13:31, Mladen Turk wrote:
Version 1.1.28 is bug fixing release.
The proposed release artefacts can be found at [1],
and the build was done using tag [2].
The VOTE will remain open for at least 48 hours.
The Apache Tomcat Native 1.1.28 is
[X] Stable, go ahead and release
[ ] Brok
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/1388
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving this
Author: markt
Date: Mon Sep 9 14:36:36 2013
New Revision: 1521142
URL: http://svn.apache.org/r1521142
Log:
Fix checkstyle warnings - whitespace
Modified:
tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
URL:
http://svn.apache.org/v
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/4942
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Mon Sep 9 14:50:41 2013
New Revision: 1521149
URL: http://svn.apache.org/r1521149
Log:
Add the previous release date
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=55534
--- Comment #2 from Nick Williams ---
Excellent. Good news! Thanks for attacking this so quickly.
--
You are receiving this mail because:
You are the assignee for the bug.
-
On Sep 9, 2013, at 5:24 AM, Mark Thomas wrote:
> On 09/09/2013 11:20, Mark Thomas wrote:
>> On 09/09/2013 11:09, ma...@apache.org wrote:
>>> Author: markt
>>> Date: Mon Sep 9 10:09:36 2013
>>> New Revision: 1521023
>>>
>>> URL: http://svn.apache.org/r1521023
>>> Log:
>>> Fix wrongly named annot
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533
--- Comment #2 from Matt Hauck ---
I have no idea how to whittle it down to the simplest possible webapp that
reproduces the problem. (And the webapp I'm working on is unfortunately far
from simple.) I have zero experience with tomcat inter
On 15.08.2013 22:51, ma...@apache.org wrote:
> Author: markt
> Date: Thu Aug 15 20:51:38 2013
> New Revision: 1514485
>
> URL: http://svn.apache.org/r1514485
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55399
> Have the message in the response line use the locale set for the res
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533
Matt Hauck changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #3 from Matt Hauck -
Author: markt
Date: Mon Sep 9 20:10:04 2013
New Revision: 1521271
URL: http://svn.apache.org/r1521271
Log:
UriTemplate should not trigger failures for '/' for for instances used for
matching that end in '/'
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/UriTemplate.java
Author: markt
Date: Mon Sep 9 20:10:48 2013
New Revision: 1521273
URL: http://svn.apache.org/r1521273
Log:
UriTemplate should not trigger failures for '/' for for instances used for
matching that end in '/'
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org
Author: markt
Date: Mon Sep 9 20:20:43 2013
New Revision: 1521277
URL: http://svn.apache.org/r1521277
Log:
Fix circular logic as per rjung's suggestion
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java
Propchange: t
Author: markt
Date: Mon Sep 9 20:20:09 2013
New Revision: 1521276
URL: http://svn.apache.org/r1521276
Log:
Fix circular logic as per rjung's suggestion
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessages.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessa
On 09/09/2013 17:20, Nick Williams wrote:
>
> On Sep 9, 2013, at 5:24 AM, Mark Thomas wrote:
>
>> On 09/09/2013 11:20, Mark Thomas wrote:
>>> On 09/09/2013 11:09, ma...@apache.org wrote:
Author: markt Date: Mon Sep 9 10:09:36 2013 New Revision:
1521023
URL: http://svn.apache
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/1389
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533
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/4944
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build 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-test has an issue affecting its community integration.
This i
73 matches
Mail list logo