Author: kkolinko
Date: Tue Oct 4 05:07:52 2011
New Revision: 1178684
URL: http://svn.apache.org/viewvc?rev=1178684&view=rev
Log:
Do not sort lists that have only one element
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/SerializablePrincipal.java
tomcat/trunk/java/org/apache
Author: kkolinko
Date: Tue Oct 4 04:53:18 2011
New Revision: 1178683
URL: http://svn.apache.org/viewvc?rev=1178683&view=rev
Log:
Merged revision 1178681 from tomcat/trunk:
List jars in alphabetical order.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/RELEASE-NOTE
Author: kkolinko
Date: Tue Oct 4 04:32:25 2011
New Revision: 1178681
URL: http://svn.apache.org/viewvc?rev=1178681&view=rev
Log:
List jars in alphabetical order.
Modified:
tomcat/trunk/RELEASE-NOTES
Modified: tomcat/trunk/RELEASE-NOTES
URL:
http://svn.apache.org/viewvc/tomcat/trunk/RELEASE
Author: kkolinko
Date: Tue Oct 4 04:25:20 2011
New Revision: 1178679
URL: http://svn.apache.org/viewvc?rev=1178679&view=rev
Log:
Correct a typo
List jars in alphabetical order.
CTR: docs
Modified:
tomcat/tc6.0.x/trunk/RELEASE-NOTES
Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES
URL:
http://s
[
https://issues.apache.org/jira/browse/MTOMCAT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119716#comment-13119716
]
Hudson commented on MTOMCAT-62:
---
Integrated in TomcatMavenPlugin-mvn2.x #2 (See
[https://bu
Author: olamy
Date: Mon Oct 3 22:14:49 2011
New Revision: 1178613
URL: http://svn.apache.org/viewvc?rev=1178613&view=rev
Log:
[MTOMCAT-62] tomcat7 support: start extracting common classes to an other
module which will be shared in tomcat6 and tomcat7 plugins
Added:
tomcat/maven-plugin/trunk
Author: olamy
Date: Mon Oct 3 22:15:17 2011
New Revision: 1178614
URL: http://svn.apache.org/viewvc?rev=1178614&view=rev
Log:
formatting: no code change
Modified:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/RunMojo.java
Modified:
tomcat/mave
Author: olamy
Date: Mon Oct 3 22:23:31 2011
New Revision: 1178620
URL: http://svn.apache.org/viewvc?rev=1178620&view=rev
Log:
do not log password even in debug mode
Modified:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractCatalina
Author: olamy
Date: Mon Oct 3 22:22:46 2011
New Revision: 1178619
URL: http://svn.apache.org/viewvc?rev=1178619&view=rev
Log:
add an it test for test deployMojo
Added:
tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/java/org/codehaus/mojo/tomcat/it/AbstractDeployWarProjectIT.java
[
https://issues.apache.org/jira/browse/MTOMCAT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119718#comment-13119718
]
Hudson commented on MTOMCAT-62:
---
Integrated in TomcatMavenPlugin #19 (See
[https://builds.a
Author: olamy
Date: Mon Oct 3 22:21:14 2011
New Revision: 1178618
URL: http://svn.apache.org/viewvc?rev=1178618&view=rev
Log:
[MTOMCAT-62] tomcat7 support: move Manager classes to common lib to be reusable
by both tomcat6/7 mojos
Added:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/
Author: markt
Date: Mon Oct 3 19:58:24 2011
New Revision: 1178552
URL: http://svn.apache.org/viewvc?rev=1178552&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51630
Correct bug in async examples. Remove unnecessary call to
AsyncContext.complete() that triggered an ISE.
Modi
https://issues.apache.org/bugzilla/show_bug.cgi?id=51630
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Mon Oct 3 19:50:09 2011
New Revision: 1178542
URL: http://svn.apache.org/viewvc?rev=1178542&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51630
Correct bug in async examples. Remove unnecessary call to
AsyncContext.complete() that triggered an ISE.
Modi
Author: markt
Date: Mon Oct 3 17:30:27 2011
New Revision: 1178470
URL: http://svn.apache.org/viewvc?rev=1178470&view=rev
Log:
Update changelog
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/view
https://issues.apache.org/bugzilla/show_bug.cgi?id=51630
--- Comment #4 from Mark Thomas 2011-10-03 17:14:21 UTC ---
(In reply to comment #3)
> What bothers me is that Async0 servlet is not annotated with
> @WebServlet(asyncSupported=true) as required by ch.2.3.3.3 of
> servlet-3_0-final-spec.pdf
https://issues.apache.org/bugzilla/show_bug.cgi?id=51881
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Mon Oct 3 17:00:47 2011
New Revision: 1178456
URL: http://svn.apache.org/viewvc?rev=1178456&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51881
Don't mark processors handling comet requests as non-comet too early.
Before this fix, finishing a comet reque
Author: markt
Date: Mon Oct 3 16:42:19 2011
New Revision: 1178449
URL: http://svn.apache.org/viewvc?rev=1178449&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51881
Don't mark processors handling comet requests as non-comet too early.
Before this fix, finishing a comet reque
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940
Bug #: 51940
Summary: Form Authentication Valve should restore request body
on PUT method
Product: Tomcat 6
Version: 6.0.33
Platform: PC
OS/Version: Linux
On 03/10/2011 04:44, jean-frederic clere wrote:
> On 10/01/2011 03:03 PM, Mark Thomas wrote:
>> The Apache Tomcat team announces the immediate availability of Apache
>> Tomcat 7.0.22
>
> It seems the maven repo doesn't have it yet, is that normal?
In my rush to get this out before I went to JavaO
On 10/01/2011 03:03 PM, Mark Thomas wrote:
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.22
It seems the maven repo doesn't have it yet, is that normal?
Cheers
Jean-Frederic
-
To unsubscrib
https://issues.apache.org/bugzilla/show_bug.cgi?id=51630
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Component|C
23 matches
Mail list logo