Having seen the various issues we now have with the split of schemas
between servlet-api.jar and jsp-api.jar I have changed my mind about the
merits of duplicating the resources currently on jsp-api.jar in
servlet-api.jar. Therefore, I intend to look at configuring the build
script to duplicate the
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044
--- Comment #2 from Dave Syer ---
How did you fix it? Or maybe I'm looking at the wrong repository? I do see a
new build here
http://repository.apache.org/content/groups/snapshots/org/apache/tomcat/embed/,
but it only has the old jar set (n
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044
--- Comment #3 from Mark Thomas ---
Let me check if I updated the publishing scripts correctly. I may have missed a
step.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Fri Jan 24 08:56:48 2014
New Revision: 1560922
URL: http://svn.apache.org/r1560922
Log:
Need to publish new JARs
Modified:
tomcat/trunk/res/maven/mvn-pub.xml
Modified: tomcat/trunk/res/maven/mvn-pub.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn-pub.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044
--- Comment #4 from Mark Thomas ---
OK, try now.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomc
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044
--- Comment #5 from Dave Syer ---
Looks good. Can you do it with Tomcat 7 now?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe
I have noticed that older versions of the JSTL tag libraries contain
following
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
web-jsptaglibrary_2_0.xsd"
Using just the file name for the location in our new EntityResolver
triggers the "try and find the resource relative to the current
resource
Author: markt
Date: Fri Jan 24 10:24:03 2014
New Revision: 1560931
URL: http://svn.apache.org/r1560931
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56045
Copy the XML schemas used for validation that are located in jsp-api.jar to
servlet-api.jar so that an embedded Tomcat instance
Author: markt
Date: Fri Jan 24 10:26:17 2014
New Revision: 1560932
URL: http://svn.apache.org/r1560932
Log:
Update change log
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/
https://issues.apache.org/bugzilla/show_bug.cgi?id=56045
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044
--- Comment #6 from Mark Thomas ---
That should be OK as anyone using Maven should pick up the additional JARs
through the dependencies. I'll port this fix and create a new snapshot for
7.0.x for you to test (that will also pick up the fix
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/5437
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Fri Jan 24 11:49:20 2014
New Revision: 1560948
URL: http://svn.apache.org/r1560948
Log:
Include javax.annotation.sql.* classes in annotations-api.jar
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xm
Author: markt
Date: Fri Jan 24 11:56:18 2014
New Revision: 1560954
URL: http://svn.apache.org/r1560954
Log:
Add missing jsp XSDs
Modified:
tomcat/trunk/res/META-INF/servlet-api.jar.notice
Modified: tomcat/trunk/res/META-INF/servlet-api.jar.notice
URL:
http://svn.apache.org/viewvc/tomcat/tru
Author: markt
Date: Fri Jan 24 11:59:39 2014
New Revision: 1560959
URL: http://svn.apache.org/r1560959
Log:
Re-use servlet-api notice and license for embed-core since it is the same
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tr
https://issues.apache.org/bugzilla/show_bug.cgi?id=56060
Bug ID: 56060
Summary: Request parameter is intermittently missing
Product: Tomcat 7
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severit
https://issues.apache.org/bugzilla/show_bug.cgi?id=56060
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jan 24 12:09:57 2014
New Revision: 1560961
URL: http://svn.apache.org/r1560961
Log:
Add missing jsp XSDs
Modified:
tomcat/trunk/res/META-INF/servlet-api.jar.license
Modified: tomcat/trunk/res/META-INF/servlet-api.jar.license
URL:
http://svn.apache.org/viewvc/tomcat/t
Author: markt
Date: Fri Jan 24 12:12:07 2014
New Revision: 1560962
URL: http://svn.apache.org/r1560962
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56044
Separate out the EL and WebSocket implementations into separate JARs for
embedded.
Added:
tomcat/tc7.0.x/trunk/res/maven/to
Author: markt
Date: Fri Jan 24 12:14:16 2014
New Revision: 1560964
URL: http://svn.apache.org/r1560964
Log:
Include javax.annotation.sql.* classes in annotations-api.jar
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/build.xml
tomcat/tc7.0.x/trunk/webapps/docs/
Author: markt
Date: Fri Jan 24 12:17:55 2014
New Revision: 1560965
URL: http://svn.apache.org/r1560965
Log:
Package correct license and notice files with embedded JARs.
Modified:
tomcat/tc7.0.x/trunk/build.xml
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk
Author: markt
Date: Fri Jan 24 12:24:24 2014
New Revision: 1560968
URL: http://svn.apache.org/r1560968
Log:
Correct issue back-porting fix for bug 56044
Ensure new JARs are published
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/build.xml
tomcat/tc7.0.x/trunk/
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/1712
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Author: markt
Date: Fri Jan 24 12:35:33 2014
New Revision: 1560973
URL: http://svn.apache.org/r1560973
Log:
Fix copy/paste error
Modified:
tomcat/tc7.0.x/trunk/build.xml
Modified: tomcat/tc7.0.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1560973&r1=
2014/1/24 Mark Thomas :
> On 23/01/2014 19:05, Konstantin Kolinko wrote:
>
One more:
as Rainer noted in the [VOTE] thread, apparently your key is
missing from the KEYS file.
http://markmail.org/message/4dlcb2nzhpcycxj5
> - build.properties.default differs in revision header between svn tag an
On 24/01/2014 12:41, Konstantin Kolinko wrote:
> 2014/1/24 Mark Thomas :
>> On 23/01/2014 19:05, Konstantin Kolinko wrote:
>>
>
>
> One more:
> as Rainer noted in the [VOTE] thread, apparently your key is
> missing from the KEYS file.
> http://markmail.org/message/4dlcb2nzhpcycxj5
>
>> - buil
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/1713
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=56044
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jan 24 13:31:06 2014
New Revision: 1560993
URL: http://svn.apache.org/r1560993
Log:
Use consistent naming for embedded web-socket JAR
Added:
tomcat/tc7.0.x/trunk/res/maven/tomcat7-embed-websocket.pom
- copied unchanged from r1560967,
tomcat/tc7.0.x/trunk/res/mav
Author: markt
Date: Fri Jan 24 13:35:52 2014
New Revision: 1560996
URL: http://svn.apache.org/r1560996
Log:
There is an additional CDDL licensed file in servlet-api.jar as a result of
copying the jsp-api schemas
Modified:
tomcat/tc7.0.x/trunk/res/META-INF/servlet-api.jar.license
tomcat/t
Hi!
With so many people looking forward to Git [1] I think it is time to
remove svn keywords from our source files.
There are two things:
1) Remove $Id$ etc. lines from the files
2) Remove svn:keywords property
svn propdel svn:keywords --depth infinity
"1)" is motivated by lack of support for su
Author: markt
Date: Fri Jan 24 13:43:02 2014
New Revision: 1561001
URL: http://svn.apache.org/r1561001
Log:
Vote
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=1561001&r1=1561000&r2=15
On 24/01/2014 13:40, Konstantin Kolinko wrote:
> Hi!
>
> With so many people looking forward to Git [1] I think it is time to
> remove svn keywords from our source files.
> Any objection to proceed with this?
None here.
> I think this can also be applied to Tomcat 6.
> Technically, all keywor
Author: markt
Date: Fri Jan 24 13:58:25 2014
New Revision: 1561009
URL: http://svn.apache.org/r1561009
Log:
Remove pointless @author tags
Modified:
tomcat/trunk/java/javax/servlet/RequestDispatcher.java
tomcat/trunk/java/javax/servlet/ServletContext.java
tomcat/trunk/java/javax/servle
On 24.01.2014 14:40, Konstantin Kolinko wrote:
> Hi!
>
> With so many people looking forward to Git [1] I think it is time to
> remove svn keywords from our source files.
>
> There are two things:
> 1) Remove $Id$ etc. lines from the files
> 2) Remove svn:keywords property
> svn propdel svn:keywo
Author: markt
Date: Fri Jan 24 14:09:42 2014
New Revision: 1561017
URL: http://svn.apache.org/r1561017
Log:
How did this creep in?
Modified:
tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/SecurityRoleRef.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/Securit
Author: markt
Date: Fri Jan 24 14:13:20 2014
New Revision: 1561018
URL: http://svn.apache.org/r1561018
Log:
Remove another generic author tag
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java
URL:
Folks,
The ASF discourages (at least it has for as long as I have been around)
the use of @author tags. While I have no wish to remove an existing
@author tag of an author that wants it to stay, I am more than happy to
do the leg work to remove @author tags if that author wishes.
With this in min
Author: markt
Date: Fri Jan 24 14:18:14 2014
New Revision: 1561020
URL: http://svn.apache.org/r1561020
Log:
Remove / clean-up pointless javadoc
Modified:
tomcat/trunk/java/org/apache/catalina/ha/ClusterMessageBase.java
tomcat/trunk/java/org/apache/catalina/tribes/group/RpcCallback.java
Yes - Feel free to remove my name.
@author Tim Funk
-Tim
Author: rjung
Date: Fri Jan 24 14:31:02 2014
New Revision: 1561023
URL: http://svn.apache.org/r1561023
Log:
And then there were three (and a comment).
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/S
2014/1/24 :
> Author: rjung
> Date: Fri Jan 24 14:31:02 2014
> New Revision: 1561023
>
> URL: http://svn.apache.org/r1561023
> Log:
> And then there were three (and a comment).
>
> Modified:
> tomcat/tc6.0.x/trunk/STATUS.txt
>
> * Update sample Eclipse IDE project to use JUnit 4 and
> @@ -40
Author: rjung
Date: Fri Jan 24 14:54:12 2014
New Revision: 1561025
URL: http://svn.apache.org/r1561025
Log:
Remove my remaining author tags.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java
tomcat/trunk/java/org/apache/catalina/tribes/transport/bi
Author: kkolinko
Date: Fri Jan 24 14:59:29 2014
New Revision: 1561027
URL: http://svn.apache.org/r1561027
Log:
Align ROOT/index.html and ROOT/index.jsp
It is backport of r1560857 and followup to r648575 that fixed one of the two
files.
The following fixes were part of r648575:
- Fix broken links
Author: kkolinko
Date: Fri Jan 24 15:03:11 2014
New Revision: 1561028
URL: http://svn.apache.org/r1561028
Log:
* Remove a stale empty test class from tribes tests.
It does nothing, has no references.
JUnit complains about it with "junit.framework.AssertionFailedError: No tests
found"
Removed:
Author: kkolinko
Date: Fri Jan 24 15:12:33 2014
New Revision: 1561032
URL: http://svn.apache.org/r1561032
Log:
Update sample Eclipse IDE project to use JUnit 4 and
to prefer a Java 5 JDK instead of the default one
when several JDKs are configured.
Remove unused JUnit-related properties from Ant bu
Author: kkolinko
Date: Fri Jan 24 15:15:43 2014
New Revision: 1561033
URL: http://svn.apache.org/r1561033
Log:
Remove second copy of RUNNING.txt from the full-docs distribution.
It is backport of r981845
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/dist.xml
tomcat/tc
[
https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881038#comment-13881038
]
Watanabe commented on MTOMCAT-211:
--
me too.
So, I am using 2.3-SNAPSHOT that run good.
W
On 24.01.2014 15:50, Konstantin Kolinko wrote:
> 2014/1/24 :
>> Author: rjung
>> Date: Fri Jan 24 14:31:02 2014
>> New Revision: 1561023
>>
>> URL: http://svn.apache.org/r1561023
>> Log:
>> And then there were three (and a comment).
>>
>> Modified:
>> tomcat/tc6.0.x/trunk/STATUS.txt
>
>>
>>
On 24.01.2014 15:14, Mark Thomas wrote:
> If you have are for *your* @author tags to be removed from trunk, reply
> here and I'll make the changes.
Done for mine in r1561025 (trunk). None of mine are in TC 7, I currently
don't care about removing those from TC 6.
Rainer Jung
---
+1
-- Jeanfrancois
On 1/24/2014, 9:14 AM, Mark Thomas wrote:
Folks,
The ASF discourages (at least it has for as long as I have been around)
the use of @author tags. While I have no wish to remove an existing
@author tag of an author that wants it to stay, I am more than happy to
do the leg work
On 01/24/2014 03:14 PM, Mark Thomas wrote:
If you have are for *your* @author tags to be removed from trunk, reply
here and I'll make the changes.
Remove either all or none.
Regards
--
^TM
-
To unsubscribe, e-mail: dev-uns
feel free to remove them
On Fri, Jan 24, 2014 at 9:11 AM, Jeanfrancois Arcand wrote:
> +1
>
> -- Jeanfrancois
>
> On 1/24/2014, 9:14 AM, Mark Thomas wrote:
>
>> Folks,
>>
>> The ASF discourages (at least it has for as long as I have been around)
>> the use of @author tags. While I have no wish
Author: kkolinko
Date: Fri Jan 24 16:43:52 2014
New Revision: 1561054
URL: http://svn.apache.org/r1561054
Log:
Remove svn keywords from test/**
Modified:
tomcat/trunk/test/org/apache/catalina/startup/DuplicateMappingParamFilter.java
tomcat/trunk/test/org/apache/catalina/startup/Duplicat
Author: kkolinko
Date: Fri Jan 24 16:48:26 2014
New Revision: 1561056
URL: http://svn.apache.org/r1561056
Log:
Remove svn:keywords property from test/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java (props
changed)
Author: kkolinko
Date: Fri Jan 24 16:52:00 2014
New Revision: 1561057
URL: http://svn.apache.org/r1561057
Log:
Remove $Id keyword from webapps/**
Modified:
tomcat/trunk/webapps/docs/appdev/build.xml.txt
tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml
tomcat/trunk/webapps/docs/fu
Author: kkolinko
Date: Fri Jan 24 17:03:20 2014
New Revision: 1561065
URL: http://svn.apache.org/r1561065
Log:
Remove svn:keywords property from webapps/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/webapps/ROOT/WEB-INF/web.xml (props changed)
tomcat/trunk/webapps
Author: kkolinko
Date: Fri Jan 24 17:05:39 2014
New Revision: 1561067
URL: http://svn.apache.org/r1561067
Log:
Remove $Id keyword from res/**
Modified:
tomcat/trunk/res/maven/README.txt
tomcat/trunk/res/scripts/check-mime.pl
tomcat/trunk/res/tomcat.nsi
Modified: tomcat/trunk/res/mave
Author: kkolinko
Date: Fri Jan 24 17:07:21 2014
New Revision: 1561070
URL: http://svn.apache.org/r1561070
Log:
Remove svn:keywords property from res/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/res/INSTALLLICENSE (props changed)
tomcat/trunk/res/META-INF/annotati
Author: kkolinko
Date: Fri Jan 24 17:12:40 2014
New Revision: 1561072
URL: http://svn.apache.org/r1561072
Log:
Remove $Id keyword from bin/**
Modified:
tomcat/trunk/bin/catalina.bat
tomcat/trunk/bin/catalina.sh
tomcat/trunk/bin/configtest.bat
tomcat/trunk/bin/configtest.sh
tom
Author: kkolinko
Date: Fri Jan 24 17:13:55 2014
New Revision: 1561073
URL: http://svn.apache.org/r1561073
Log:
Remove svn:keywords property from bin/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/bin/catalina-tasks.xml (props changed)
tomcat/trunk/bin/catalina.bat
Author: kkolinko
Date: Fri Jan 24 17:15:56 2014
New Revision: 1561074
URL: http://svn.apache.org/r1561074
Log:
Remove $Id keyword from conf/**
Modified:
tomcat/trunk/conf/catalina.policy
Modified: tomcat/trunk/conf/catalina.policy
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina
Author: kkolinko
Date: Fri Jan 24 17:17:30 2014
New Revision: 1561075
URL: http://svn.apache.org/r1561075
Log:
Remove svn:keywords property from conf/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/conf/catalina.policy (props changed)
tomcat/trunk/conf/catalina.prop
Author: markt
Date: Fri Jan 24 17:19:10 2014
New Revision: 1561076
URL: http://svn.apache.org/r1561076
Log:
Tim confirmed it was OK to remove his @author tags
Modified:
tomcat/trunk/java/org/apache/catalina/valves/ExtendedAccessLogValve.java
Modified:
tomcat/trunk/java/org/apache/catalina/v
Author: markt
Date: Fri Jan 24 17:22:15 2014
New Revision: 1561078
URL: http://svn.apache.org/r1561078
Log:
Jean-Francois confirmed it was OK to remove his @author tags
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java
tomcat/trunk/java/org/apache/catalina/c
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketProperties.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SocketProperties.java?rev=1561082&r1=1561081&r2=1561082&view=diff
Author: kkolinko
Date: Fri Jan 24 17:35:50 2014
New Revision: 1561083
URL: http://svn.apache.org/r1561083
Log:
Remove svn:mime-type property from *.dtd files.
The value was application/xml-dtd.
A mime-type is not needed on these source files, and it is inconvenient:
application/* mime types make
Author: markt
Date: Fri Jan 24 17:39:41 2014
New Revision: 1561084
URL: http://svn.apache.org/r1561084
Log:
A few more of Filip's author tags
Modified:
tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java
tomcat/trunk/java/org/apache/catalina/core/AsyncListenerWrapper.java
Author: kkolinko
Date: Fri Jan 24 17:43:33 2014
New Revision: 1561085
URL: http://svn.apache.org/r1561085
Log:
Remove $Id keyword from java files in java/javax/**
Modified:
tomcat/trunk/java/javax/servlet/AsyncContext.java
tomcat/trunk/java/javax/servlet/AsyncListener.java
tomcat/trun
Author: markt
Date: Fri Jan 24 17:46:47 2014
New Revision: 1561089
URL: http://svn.apache.org/r1561089
Log:
Clean-up Javadoc after removing author tags
Modified:
tomcat/trunk/java/org/apache/catalina/ha/ClusterMessage.java
tomcat/trunk/java/org/apache/juli/AsyncFileHandler.java
tomcat
Author: markt
Date: Fri Jan 24 17:50:45 2014
New Revision: 1561092
URL: http://svn.apache.org/r1561092
Log:
Clean-up more Javadoc after removing author tags
Modified:
tomcat/trunk/java/org/apache/catalina/core/AsyncListenerWrapper.java
tomcat/trunk/java/org/apache/tomcat/util/threads/Task
Author: kkolinko
Date: Fri Jan 24 17:59:49 2014
New Revision: 1561093
URL: http://svn.apache.org/r1561093
Log:
Remove $Id keyword from java files in java/javax/**
Modified:
tomcat/trunk/java/javax/servlet/ServletRegistration.java
tomcat/trunk/java/javax/servlet/SessionCookieConfig.java
Author: kkolinko
Date: Fri Jan 24 18:04:48 2014
New Revision: 1561094
URL: http://svn.apache.org/r1561094
Log:
Remove SVN $Id keyword and similar constructs for other source code management
systems
from XML Schema and DTD files.
Modified:
tomcat/trunk/java/javax/servlet/resources/XMLSchema.d
Author: kkolinko
Date: Fri Jan 24 18:12:00 2014
New Revision: 1561098
URL: http://svn.apache.org/r1561098
Log:
Remove $Version$ keyword from java files in java/javax/**
It was not expanded, because none of these files have it set in their
svn:keywords property.
Modified:
tomcat/trunk/java/j
Author: markt
Date: Fri Jan 24 18:12:45 2014
New Revision: 1561099
URL: http://svn.apache.org/r1561099
Log:
Correct Maven dependencies
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/res/maven/catalina.pom
tomcat/tc6.0.x/trunk/res/maven/coyote.pom
tomcat/tc6.0.x/tru
Author: kkolinko
Date: Fri Jan 24 18:20:21 2014
New Revision: 1561101
URL: http://svn.apache.org/r1561101
Log:
Remove svn:keywords property from java/javax/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/javax/annotation/Generated.java (props changed)
tomcat/tr
2014/1/24 :
> Author: markt
> Date: Fri Jan 24 18:12:45 2014
> New Revision: 1561099
>
> URL: http://svn.apache.org/r1561099
> Log:
> Correct Maven dependencies
>
I thought that you will backport
http://svn.apache.org/r1560931
In that case the coyote->jsp-api dependency wouldn't be needed.
> Mo
Author: kkolinko
Date: Fri Jan 24 18:30:12 2014
New Revision: 1561104
URL: http://svn.apache.org/r1561104
Log:
Remove $Id keyword from java files in catalina/*
Modified:
tomcat/trunk/java/org/apache/catalina/Authenticator.java
tomcat/trunk/java/org/apache/catalina/Cluster.java
tomcat/
On 24/01/2014 18:24, Konstantin Kolinko wrote:
> 2014/1/24 :
>> Author: markt
>> Date: Fri Jan 24 18:12:45 2014
>> New Revision: 1561099
>>
>> URL: http://svn.apache.org/r1561099
>> Log:
>> Correct Maven dependencies
>>
>
> I thought that you will backport
> http://svn.apache.org/r1560931
>
> In
Author: kkolinko
Date: Fri Jan 24 18:33:42 2014
New Revision: 1561106
URL: http://svn.apache.org/r1561106
Log:
Remove $Id keyword from java files in catalina/ant/**
Modified:
tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java
tomcat/trunk/java/org/apache/catalina/ant/Base
On 24.01.2014 17:24, Mladen Turk wrote:
> On 01/24/2014 03:14 PM, Mark Thomas wrote:
>>
>> If you have are for *your* @author tags to be removed from trunk, reply
>> here and I'll make the changes.
>>
>
> Remove either all or none.
- there's to many authors we won't reach
- anyone is free to remo
On 24.01.2014 19:32, Mark Thomas wrote:
> On 24/01/2014 18:24, Konstantin Kolinko wrote:
>> 2014/1/24 :
>>> Author: markt
>>> Date: Fri Jan 24 18:12:45 2014
>>> New Revision: 1561099
>>>
>>> URL: http://svn.apache.org/r1561099
>>> Log:
>>> Correct Maven dependencies
>>>
>>
>> I thought that you wi
Author: kkolinko
Date: Fri Jan 24 19:02:40 2014
New Revision: 1561114
URL: http://svn.apache.org/r1561114
Log:
Remove $Id keyword from files in catalina/ha/**
Modified:
tomcat/trunk/java/org/apache/catalina/ha/CatalinaCluster.java
tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.j
Author: kkolinko
Date: Fri Jan 24 19:05:01 2014
New Revision: 1561115
URL: http://svn.apache.org/r1561115
Log:
Remove $Id keyword from files in catalina/tribes/**
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/ByteMessage.java
tomcat/trunk/java/org/apache/catalina/tribes/Channel.j
Author: kkolinko
Date: Fri Jan 24 19:06:40 2014
New Revision: 1561116
URL: http://svn.apache.org/r1561116
Log:
Remove $Id keyword from files in catalina/core/**
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
tomcat/trunk/java/org/apache/catalina/core/Applicat
Author: kkolinko
Date: Fri Jan 24 19:11:20 2014
New Revision: 1561121
URL: http://svn.apache.org/r1561121
Log:
Remove $Id keyword from files in catalina/startup/**
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java
tomcat/trunk/java/org/apache/catalina/startup/Catalina
Author: kkolinko
Date: Fri Jan 24 19:15:54 2014
New Revision: 1561122
URL: http://svn.apache.org/r1561122
Log:
Remove $Id keyword from files in catalina/realm/**
Modified:
tomcat/trunk/java/org/apache/catalina/realm/Constants.java
tomcat/trunk/java/org/apache/catalina/realm/GenericPrincip
Author: kkolinko
Date: Fri Jan 24 19:17:55 2014
New Revision: 1561123
URL: http://svn.apache.org/r1561123
Log:
Remove $Id keyword from files in catalina/ssi/**
Modified:
tomcat/trunk/java/org/apache/catalina/ssi/ByteArrayServletOutputStream.java
tomcat/trunk/java/org/apache/catalina/ssi/R
Author: kkolinko
Date: Fri Jan 24 19:35:52 2014
New Revision: 1561127
URL: http://svn.apache.org/r1561127
Log:
Remove $Revision keyword from files in catalina/**
Modified:
tomcat/trunk/java/org/apache/catalina/ant/JKStatusUpdateTask.java
tomcat/trunk/java/org/apache/catalina/ant/JMXGetTas
Author: kkolinko
Date: Fri Jan 24 19:39:13 2014
New Revision: 1561128
URL: http://svn.apache.org/r1561128
Log:
Remove svn:keywords property from catalina/ha/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/org/apache/catalina/ha/CatalinaCluster.java (props
changed)
Author: kkolinko
Date: Fri Jan 24 19:41:47 2014
New Revision: 1561131
URL: http://svn.apache.org/r1561131
Log:
Remove svn:keywords property from catalina/tribes/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/ByteMessage.java (props
chan
Author: kkolinko
Date: Fri Jan 24 19:46:07 2014
New Revision: 1561132
URL: http://svn.apache.org/r1561132
Log:
Remove svn:keywords property from
catalina/(ant|authenticator|comet|connector)/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/org/apache/catalina/ant/Abst
On 24/01/2014 18:56, Rainer Jung wrote:
> On 24.01.2014 19:32, Mark Thomas wrote:
>> On 24/01/2014 18:24, Konstantin Kolinko wrote:
>>> 2014/1/24 :
Author: markt
Date: Fri Jan 24 18:12:45 2014
New Revision: 1561099
URL: http://svn.apache.org/r1561099
Log:
Correct
Author: kkolinko
Date: Fri Jan 24 19:49:21 2014
New Revision: 1561133
URL: http://svn.apache.org/r1561133
Log:
Remove svn:keywords property from
catalina/(core|deploy|filters|loader|manager)/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/org/apache/catalina/core/Ap
https://issues.apache.org/bugzilla/show_bug.cgi?id=56056
--- Comment #5 from Yair Lenga ---
Many thanks for considering the issue further.
I need few days to reconfigure the system back into the NFS deployment, and
replicate the buggy situation. This time I will make sure to capture the
sequence
Author: kkolinko
Date: Fri Jan 24 19:53:00 2014
New Revision: 1561135
URL: http://svn.apache.org/r1561135
Log:
Remove svn:keywords property from
catalina/(mapper|mbeans|realm|security|servlets|session)/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/org/apache/catal
Author: kkolinko
Date: Fri Jan 24 19:57:15 2014
New Revision: 1561136
URL: http://svn.apache.org/r1561136
Log:
Remove svn:keywords property from catalina/(ssi|startup|users)/**
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/org/apache/catalina/ssi/ByteArrayServletOutpu
Author: kkolinko
Date: Fri Jan 24 20:03:39 2014
New Revision: 1561138
URL: http://svn.apache.org/r1561138
Log:
Remove svn:keywords property from catalina/**
With this all of catalina/** has been processed.
svn propdel svn:keywords --depth infinity
Modified:
tomcat/trunk/java/org/apache/catal
On 24.01.2014 09:13, Mark Thomas wrote:
> Having seen the various issues we now have with the split of schemas
> between servlet-api.jar and jsp-api.jar I have changed my mind about the
> merits of duplicating the resources currently on jsp-api.jar in
> servlet-api.jar. Therefore, I intend to look
Author: kkolinko
Date: Fri Jan 24 20:13:02 2014
New Revision: 1561140
URL: http://svn.apache.org/r1561140
Log:
Remove svn:keywords property from coyote/**
With this all of coyote/** has been processed.
(None of the files here contained any keywords).
svn propdel svn:keywords --depth infinity
Mod
1 - 100 of 152 matches
Mail list logo