Re: Implement support for setTimeout() for Comet + APR?

2012-06-14 Thread Mark Thomas
On 15/06/2012 01:41, Konstantin Kolinko wrote: > Hi! > > There is one known limitation in Comet API: > > The event.setTimeout() method works for NIO connector only > and for APR it throws UnsupportedOperationException > > Now that with 7.0.28 per-socket timeouts are supported in APR > connector,

svn commit: r1350468 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_28: ./ build.properties.default

2012-06-14 Thread markt
Author: markt Date: Fri Jun 15 06:11:47 2012 New Revision: 1350468 URL: http://svn.apache.org/viewvc?rev=1350468&view=rev Log: Tag 7.0.28 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_28/ (props changed) - copied from r1350467, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

Re: Why does Manager.createSession(String) take a sessionId

2012-06-14 Thread Rainer Jung
Hi Martin, On 14.06.2012 21:45, Martin Grotzke wrote: Hi, I'm wondering why Manager.createSession(String) takes a sessionId that gets set on the new session. When a client invokes session.invalidate() and afterwards request.getSession() he will get a new session with the same/previous session

Implement support for setTimeout() for Comet + APR?

2012-06-14 Thread Konstantin Kolinko
Hi! There is one known limitation in Comet API: The event.setTimeout() method works for NIO connector only and for APR it throws UnsupportedOperationException Now that with 7.0.28 per-socket timeouts are supported in APR connector, maybe this limitation can be removed? Documentation: http://tom

svn commit: r1350431 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-06-14 Thread kkolinko
Author: kkolinko Date: Fri Jun 15 00:28:40 2012 New Revision: 1350431 URL: http://svn.apache.org/viewvc?rev=1350431&view=rev Log: Mention Tomcat-Native version update (r1349937) in the changelog. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps

Re: [OT] Subversion and recording bugzilla bug ids

2012-06-14 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/06/2012 23:12, Christopher Schultz wrote: > All, > > Since I know we've got some infra folks on this list but I'm not on > the infra mailing list, I hope nobody minds if I ask here: > > When I do an svn commit to the ASF repository, one of the

[OT] Subversion and recording bugzilla bug ids

2012-06-14 Thread Christopher Schultz
All, Since I know we've got some infra folks on this list but I'm not on the infra mailing list, I hope nobody minds if I ask here: When I do an svn commit to the ASF repository, one of the options (in Eclipse) is to provide a Bugzilla bug id. Can anyone tell me what svn plug-in (or whatever) is

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-14 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295325#comment-13295325 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-60: --- Yes sometime personnal cont

Why does Manager.createSession(String) take a sessionId

2012-06-14 Thread Martin Grotzke
Hi, I'm wondering why Manager.createSession(String) takes a sessionId that gets set on the new session. When a client invokes session.invalidate() and afterwards request.getSession() he will get a new session with the same/previous session id (yes, this is only done when the sessionId was submitt

Re: Tagging 7.0.28

2012-06-14 Thread Mark Thomas
On 13/06/2012 21:31, Mark Thomas wrote: > On 13/06/2012 19:39, Mark Thomas wrote: >> I'm running the TCKs and unit tests on 7.0.x/trunk now. Assuming >> everything passes and no-one raises a show-stopping bug between now and >> when they finish, I'll tag current trunk as 7.0.28 - probably some time

svn commit: r1350340 - /tomcat/native/branches/1.1.x/TODO.txt

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 17:05:15 2012 New Revision: 1350340 URL: http://svn.apache.org/viewvc?rev=1350340&view=rev Log: CPU OS info for Linux done. More testing under different distros appreciated. Implementation based on proc file system. Modified: tomcat/native/branches/1.1.x/TODO.t

svn commit: r1350339 - in /tomcat/native/branches/1.1.x: native/os/unix/system.c xdocs/miscellaneous/changelog.xml

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 17:04:14 2012 New Revision: 1350339 URL: http://svn.apache.org/viewvc?rev=1350339&view=rev Log: Add CPU information to OS info for Linux. This was already available under Windows and Solaris. Modified: tomcat/native/branches/1.1.x/native/os/unix/system.c tom

Re: [ANN] Apache Tomcat Native 1.1.24 released

2012-06-14 Thread sebb
On 14 June 2012 15:58, Mladen Turk wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat Native 1.1.24 stable. Please include a brief synopsis (1 or 2 sentences) of the purpose of the TLP/Product in all announcements sent outside the TLP mailing lists. The devel

svn commit: r1350314 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 16:12:20 2012 New Revision: 1350314 URL: http://svn.apache.org/viewvc?rev=1350314&view=rev Log: proposal 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?re

svn commit: r1350306 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/h

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 15:59:15 2012 New Revision: 1350306 URL: http://svn.apache.org/viewvc?rev=1350306&view=rev Log: Implement maxHeaderCount attribute on Connector. It is equivalent of LimitRequestFields directive of Apache HTTPD Added: tomcat/tc7.0.x/trunk/test/org/apache/tomca

svn commit: r1350301 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/InternalNioInputBuffer.java webapps/docs/changelog.xml

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 15:48:28 2012 New Revision: 1350301 URL: http://svn.apache.org/viewvc?rev=1350301&view=rev Log: Merged revision 1350294 from tomcat/trunk: Improve InternalNioInputBuffer#parseHeaders() Move the code and s/end/pos/ Modified: tomcat/tc7.0.x/trunk/ (props chan

svn commit: r1350299 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestMimeHeaders.java

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 15:45:56 2012 New Revision: 1350299 URL: http://svn.apache.org/viewvc?rev=1350299&view=rev Log: A testcase. Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestMimeHeaders.java (with props) Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestMim

svn commit: r1350295 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/spdy/ java/org/ap

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 15:26:43 2012 New Revision: 1350295 URL: http://svn.apache.org/viewvc?rev=1350295&view=rev Log: Implement maxHeaderCount attribute on Connector. It is equivalent of LimitRequestFields directive of Apache HTTPD Modified: tomcat/trunk/java/org/apache/catalina/c

svn commit: r1350294 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 15:24:34 2012 New Revision: 1350294 URL: http://svn.apache.org/viewvc?rev=1350294&view=rev Log: Improve InternalNioInputBuffer#parseHeaders() Move the code and s/end/pos/ Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java Modifi

svn commit: r1350284 - in /tomcat/site/trunk/docs/native-doc: index.html printer/index.html

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 15:04:13 2012 New Revision: 1350284 URL: http://svn.apache.org/viewvc?rev=1350284&view=rev Log: Update published Tomcat-Native documentation. Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/printer/index.html Modi

svn commit: r1350282 - /tomcat/native/branches/1.1.x/xdocs/index.xml

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 15:03:37 2012 New Revision: 1350282 URL: http://svn.apache.org/viewvc?rev=1350282&view=rev Log: Remove previous announcement (its copy remains in news/2012.html) Replace direct links to /dist/ with a link to the download page. Modified: tomcat/native/branches

Re: Problem running "svn up" on Tomcat site

2012-06-14 Thread Mladen Turk
On 06/14/2012 04:42 PM, Konstantin Kolinko wrote: 2012/6/14 Mark Thomas : On 14/06/2012 15:10, Konstantin Kolinko wrote: Hi! I just had a problem with running "svn up" on tomcat.a.o. I found a solution, but I wonder whether others will experience the same issue. They will. Well, they would h

[ANN] Apache Tomcat Native 1.1.24 released

2012-06-14 Thread Mladen Turk
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.1.24 stable. Please refer to the change log for the list of changes: http://tomcat.apache.org/native-doc/miscellaneous/changelog.html Downloads: http://tomcat.apache.org/download-native.cgi Thank you, -- The A

svn commit: r1350281 - /tomcat/native/branches/1.1.x/TODO.txt

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 14:55:33 2012 New Revision: 1350281 URL: http://svn.apache.org/viewvc?rev=1350281&view=rev Log: Remove completed items form TODO. Modified: tomcat/native/branches/1.1.x/TODO.txt Modified: tomcat/native/branches/1.1.x/TODO.txt URL: http://svn.apache.org/viewvc/

svn commit: r1350280 - in /tomcat/native/branches/1.1.x/native/src: file.c network.c

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 14:54:48 2012 New Revision: 1350280 URL: http://svn.apache.org/viewvc?rev=1350280&view=rev Log: Cast pointers to fix compiler warnings about pointer signedness differences on Solaris. Modified: tomcat/native/branches/1.1.x/native/src/file.c tomcat/native/bra

svn commit: r1350277 - /tomcat/site/trunk/README.txt

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 14:52:05 2012 New Revision: 1350277 URL: http://svn.apache.org/viewvc?rev=1350277&view=rev Log: Replace minor number in tag name example to prevent unintended use Modified: tomcat/site/trunk/README.txt Modified: tomcat/site/trunk/README.txt URL: http://svn.

Re: Problem running "svn up" on Tomcat site

2012-06-14 Thread Konstantin Kolinko
2012/6/14 Mark Thomas : > On 14/06/2012 15:10, Konstantin Kolinko wrote: >> Hi! >> >> I just had a problem with running "svn up" on tomcat.a.o. >> I found a solution, but I wonder whether others will experience the same >> issue. > > They will. Well, they would have done. > > I've made wc.db group

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-06-14 Thread buildbot
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/673 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

svn commit: r1350270 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 14:38:33 2012 New Revision: 1350270 URL: http://svn.apache.org/viewvc?rev=1350270&view=rev Log: Return error if BIO_flush() didn't work. Fixes compiler warning about unused return value. Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified: tomcat/n

svn commit: r1350266 - in /tomcat/site/trunk/docs/native-doc: ./ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 14:31:19 2012 New Revision: 1350266 URL: http://svn.apache.org/viewvc?rev=1350266&view=rev Log: Update published Tomcat-Native documentation. Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.

svn commit: r1350264 - in /tomcat/native/branches/1.1.x/xdocs/news: 2008.xml 2009.xml 2010.xml 2011.xml 2012.xml

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 14:29:09 2012 New Revision: 1350264 URL: http://svn.apache.org/viewvc?rev=1350264&view=rev Log: Remove broken bugzilla references. Tomcat-Native is now a separate project in Bugzilla, not a component in Tomcat 6. Modified: tomcat/native/branches/1.1.x/xdocs/

svn commit: r1350259 - /tomcat/native/branches/1.1.x/xdocs/news/2012.xml

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 14:25:24 2012 New Revision: 1350259 URL: http://svn.apache.org/viewvc?rev=1350259&view=rev Log: Correct release date typo Modified: tomcat/native/branches/1.1.x/xdocs/news/2012.xml Modified: tomcat/native/branches/1.1.x/xdocs/news/2012.xml URL: http://svn.a

svn commit: r1350256 - /tomcat/native/branches/1.1.x/native/src/poll.c

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 14:18:40 2012 New Revision: 1350256 URL: http://svn.apache.org/viewvc?rev=1350256&view=rev Log: Remove static remove_all() function made obsolete by r1342025. Modified: tomcat/native/branches/1.1.x/native/src/poll.c Modified: tomcat/native/branches/1.1.x/native

Re: Problem running "svn up" on Tomcat site

2012-06-14 Thread Mark Thomas
On 14/06/2012 15:10, Konstantin Kolinko wrote: > Hi! > > I just had a problem with running "svn up" on tomcat.a.o. > I found a solution, but I wonder whether others will experience the same > issue. They will. Well, they would have done. I've made wc.db group writeable (which it clearly has to

Problem running "svn up" on Tomcat site

2012-06-14 Thread Konstantin Kolinko
Hi! I just had a problem with running "svn up" on tomcat.a.o. I found a solution, but I wonder whether others will experience the same issue. (..)/tomcat.apache.org$ svn up svn: E155004: Working copy '(...)/tomcat.apache.org' locked svn: E200031: attempt to write a readonly database svn: E200031:

svn commit: r1350247 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Context.java java/org/apache/catalina/connector/Response.java java/org/apache/catalina/core/StandardContext.java java/org/a

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 14:04:20 2012 New Revision: 1350247 URL: http://svn.apache.org/viewvc?rev=1350247&view=rev Log: Deprcate code to be removed in 8.0.x Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java tomcat/tc7.0

svn commit: r1350245 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/FailedContext.java

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 14:03:19 2012 New Revision: 1350245 URL: http://svn.apache.org/viewvc?rev=1350245&view=rev Log: Remove deprecated code and o.a.c -> o.a.c.util dependency Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/

svn commit: r1350243 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 14:01:08 2012 New Revision: 1350243 URL: http://svn.apache.org/viewvc?rev=1350243&view=rev Log: Remove some deprecation markers as the methods will remain on StandardContext Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tom

Re: svn commit: r1350235 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-06-14 Thread Mark Thomas
On 14/06/2012 14:41, Mladen Turk wrote: > On 06/14/2012 03:37 PM, rj...@apache.org wrote: >> Author: rjung >> Date: Thu Jun 14 13:37:43 2012 >> New Revision: 1350235 >> >> URL: http://svn.apache.org/viewvc?rev=1350235&view=rev >> Log: >> Revoke proposal. >> > > I actually think we should stop ship

svn commit: r1350241 - in /tomcat/trunk/java/org/apache/catalina: Context.java connector/Response.java core/StandardContext.java startup/FailedContext.java

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 13:59:07 2012 New Revision: 1350241 URL: http://svn.apache.org/viewvc?rev=1350241&view=rev Log: Refactor to remove o.a.c -> o.a.c.util dependency Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/connector/Res

Re: svn commit: r1350235 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-06-14 Thread Mladen Turk
On 06/14/2012 03:37 PM, rj...@apache.org wrote: Author: rjung Date: Thu Jun 14 13:37:43 2012 New Revision: 1350235 URL: http://svn.apache.org/viewvc?rev=1350235&view=rev Log: Revoke proposal. I actually think we should stop shipping KEYS with archives. Anyone can create fake .zip with fake KE

Re: svn commit: r1350212 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-06-14 Thread Rainer Jung
On 14.06.2012 14:54, Konstantin Kolinko wrote: 2012/6/14 : Author: rjung Date: Thu Jun 14 12:31:14 2012 New Revision: 1350212 URL: http://svn.apache.org/viewvc?rev=1350212&view=rev Log: Add proposal. Modified: tomcat/tc5.5.x/trunk/STATUS.txt + +* Remove the KEYS file from the src dist

svn commit: r1350235 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 13:37:43 2012 New Revision: 1350235 URL: http://svn.apache.org/viewvc?rev=1350235&view=rev Log: Revoke proposal. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.t

Re: svn commit: r1350231 - /tomcat/native/branches/1.1.x/TODO.txt

2012-06-14 Thread Mladen Turk
On 06/14/2012 03:28 PM, rj...@apache.org wrote: + +Some info on that: "The JNI functions take a jbyte*, which is a signed char* +on my Solaris system. Whereas the iovec iov_base is a caddr_t, which is a char*." + ... and this is what? the same. I'm always amazed how compilers are generally stu

[Bug 53416] New: Two datasources with the same name in different web applications results in javax.management.InstanceAlreadyExistsException

2012-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53416 Priority: P2 Bug ID: 53416 Assignee: dev@tomcat.apache.org Summary: Two datasources with the same name in different web applications results in javax.manageme

Re: svn commit: r1350222 - in /tomcat/site/trunk: docs/index.html docs/oldnews.html xdocs/index.xml xdocs/oldnews.xml

2012-06-14 Thread Konstantin Kolinko
2012/6/14 Mladen Turk : > > >> Add old announcement to oldnews >> > > Why have you bring back the old one?. > I think we should have a single entry per component, > especially cause now the 1.1.23 can be downloaded from archive only. It is "old news" page. Old announcements are there. Some of them

svn commit: r1350232 - /tomcat/native/branches/1.1.x/jnirelease.sh

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 13:30:13 2012 New Revision: 1350232 URL: http://svn.apache.org/viewvc?rev=1350232&view=rev Log: Add TODO.txt to src distribution. Modified: tomcat/native/branches/1.1.x/jnirelease.sh Modified: tomcat/native/branches/1.1.x/jnirelease.sh URL: http://svn.apache.o

Re: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-14 Thread Rainer Jung
On 12.06.2012 17:39, Mladen Turk wrote: On 06/12/2012 03:19 PM, Rainer Jung wrote: I implemented those for Solaris long ago and thought they existed for Linux from the beginning. But in fact for Linux there are only memory Thanks for such a thorough review! Could you add some of your thoughts

svn commit: r1350231 - /tomcat/native/branches/1.1.x/TODO.txt

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 13:28:40 2012 New Revision: 1350231 URL: http://svn.apache.org/viewvc?rev=1350231&view=rev Log: Add a TODO file. Added: tomcat/native/branches/1.1.x/TODO.txt (with props) Added: tomcat/native/branches/1.1.x/TODO.txt URL: http://svn.apache.org/viewvc/tomcat/n

Re: svn commit: r1350222 - in /tomcat/site/trunk: docs/index.html docs/oldnews.html xdocs/index.xml xdocs/oldnews.xml

2012-06-14 Thread Mladen Turk
On 06/14/2012 03:07 PM, kkoli...@apache.org wrote: Author: kkolinko Date: Thu Jun 14 13:07:27 2012 New Revision: 1350222 URL: http://svn.apache.org/viewvc?rev=1350222&view=rev Log: Correct typos in release announcement Thanks. Add old announcement to oldnews Why have you bring back the ol

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2012-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 --- Comment #6 from kubak --- (In reply to comment #5) > Reopening this as enhancement. > > Looking at AbstractHttp11Processor#process() this error is correctly written > to access log, etc, so I do not see much concern. > > Still I think

svn commit: r1350223 - /tomcat/native/branches/1.1.x/README.txt

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 13:10:04 2012 New Revision: 1350223 URL: http://svn.apache.org/viewvc?rev=1350223&view=rev Log: Improve tcnative README a bit: - typo - fix documentation links - add/fix info on how to run examples Modified: tomcat/native/branches/1.1.x/README.txt Modified: tom

svn commit: r1350222 - in /tomcat/site/trunk: docs/index.html docs/oldnews.html xdocs/index.xml xdocs/oldnews.xml

2012-06-14 Thread kkolinko
Author: kkolinko Date: Thu Jun 14 13:07:27 2012 New Revision: 1350222 URL: http://svn.apache.org/viewvc?rev=1350222&view=rev Log: Correct typos in release announcement Add old announcement to oldnews Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews.html tomca

svn commit: r1350220 - /tomcat/native/trunk/jnirelease.sh

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:54:32 2012 New Revision: 1350220 URL: http://svn.apache.org/viewvc?rev=1350220&view=rev Log: Include release script and xdocs in src distribution. Modified: tomcat/native/trunk/jnirelease.sh Modified: tomcat/native/trunk/jnirelease.sh URL: http://svn.apache

Re: svn commit: r1350212 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-06-14 Thread Konstantin Kolinko
2012/6/14 : > Author: rjung > Date: Thu Jun 14 12:31:14 2012 > New Revision: 1350212 > > URL: http://svn.apache.org/viewvc?rev=1350212&view=rev > Log: > Add proposal. > > Modified: >    tomcat/tc5.5.x/trunk/STATUS.txt > > + > +* Remove the KEYS file from the src distribution. > +  It will still b

svn commit: r1350218 - /tomcat/native/branches/1.1.x/jnirelease.sh

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:52:48 2012 New Revision: 1350218 URL: http://svn.apache.org/viewvc?rev=1350218&view=rev Log: Include xdocs in src distribution. This facilitates contributing docs patches. Modified: tomcat/native/branches/1.1.x/jnirelease.sh Modified: tomcat/native/branches

svn commit: r1350217 - /tomcat/native/branches/1.1.x/jnirelease.sh

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:50:54 2012 New Revision: 1350217 URL: http://svn.apache.org/viewvc?rev=1350217&view=rev Log: Include release script in src release. Modified: tomcat/native/branches/1.1.x/jnirelease.sh Modified: tomcat/native/branches/1.1.x/jnirelease.sh URL: http://svn.apa

svn commit: r1350212 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:31:14 2012 New Revision: 1350212 URL: http://svn.apache.org/viewvc?rev=1350212&view=rev Log: Add proposal. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?

svn commit: r1350210 - /tomcat/native/trunk/jnirelease.sh

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:21:27 2012 New Revision: 1350210 URL: http://svn.apache.org/viewvc?rev=1350210&view=rev Log: Do not distribute KEYS file with releases. Modified: tomcat/native/trunk/jnirelease.sh Modified: tomcat/native/trunk/jnirelease.sh URL: http://svn.apache.org/viewvc

svn commit: r1350209 - /tomcat/native/branches/1.1.x/jnirelease.sh

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:21:18 2012 New Revision: 1350209 URL: http://svn.apache.org/viewvc?rev=1350209&view=rev Log: Do not distribute KEYS file with releases. Modified: tomcat/native/branches/1.1.x/jnirelease.sh Modified: tomcat/native/branches/1.1.x/jnirelease.sh URL: http://svn

svn commit: r691 - in /release/tomcat: tomcat-6/KEYS tomcat-7/KEYS tomcat-connectors/KEYS

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:19:51 2012 New Revision: 691 Log: Update top level KEYS files with keys added to the "released" KEYS files. I did not remove old KEYS gone in the releases, because they might still be useful to verify old releases. There seems to be no mechanism to keep these to

svn commit: r691 - in /release/tomcat: tomcat-6/KEYS tomcat-7/KEYS tomcat-connectors/KEYS

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 12:19:51 2012 New Revision: 691 Log: Update top level KEYS files with keys added to the "released" KEYS files. I did not remove old KEYS gone in the releases, because they might still be useful to verify old releases. There seems to be no mechanism to keep these to

svn commit: r1350189 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2012-06-14 Thread mturk
Author: mturk Date: Thu Jun 14 11:02:23 2012 New Revision: 1350189 URL: http://svn.apache.org/viewvc?rev=1350189&view=rev Log: Axe old 1.1.23 release info Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http:

svn commit: r1350185 - in /tomcat/site/trunk: docs/download-native.html docs/index.html xdocs/download-native.xml xdocs/index.xml

2012-06-14 Thread mturk
Author: mturk Date: Thu Jun 14 10:51:29 2012 New Revision: 1350185 URL: http://svn.apache.org/viewvc?rev=1350185&view=rev Log: Add 1.1.24 release info Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/download-native.xml

svn commit: r1350175 - in /tomcat/site/trunk: docs/download-connectors.html docs/download-native.html xdocs/download-connectors.xml xdocs/download-native.xml

2012-06-14 Thread rjung
Author: rjung Date: Thu Jun 14 10:10:51 2012 New Revision: 1350175 URL: http://svn.apache.org/viewvc?rev=1350175&view=rev Log: Reinstate path to connectors KEYS file in key checking instructions. Currently we don't have a unified KEYS file but about 5 different ones. Modified: tomcat/site/tr

svn commit: r1350149 - /tomcat/trunk/TOMCAT-NEXT.txt

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 09:23:31 2012 New Revision: 1350149 URL: http://svn.apache.org/viewvc?rev=1350149&view=rev Log: Tweak ideas Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1350149

svn commit: r1350139 - /tomcat/trunk/TOMCAT-NEXT.txt

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 09:03:40 2012 New Revision: 1350139 URL: http://svn.apache.org/viewvc?rev=1350139&view=rev Log: Another re-factoring to consider Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-06-14 Thread buildbot
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/672 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1350130 - /tomcat/trunk/TOMCAT-NEXT.txt

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 08:50:27 2012 New Revision: 1350130 URL: http://svn.apache.org/viewvc?rev=1350130&view=rev Log: Add some notes as I start to look at the 8.0.x refactorings Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-14 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294897#comment-13294897 ] Neale Upstone commented on MTOMCAT-60: -- Such as the patch that has been on this issue

svn commit: r1350125 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 08:22:22 2012 New Revision: 1350125 URL: http://svn.apache.org/viewvc?rev=1350125&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Remove some duplicate calls to countDownConnection() While the connector is running, destroySocket() will call

svn commit: r1350124 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-14 Thread markt
Author: markt Date: Thu Jun 14 08:19:19 2012 New Revision: 1350124 URL: http://svn.apache.org/viewvc?rev=1350124&view=rev Log: Add explanatory comment Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.ja

Re: svn commit: r1349984 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-14 Thread Mark Thomas
On 13/06/2012 23:22, Konstantin Kolinko wrote: > 2012/6/13 : >> Author: markt >> Date: Wed Jun 13 18:29:07 2012 >> New Revision: 1349984 >> >> URL: http://svn.apache.org/viewvc?rev=1349984&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 >> Remove some duplicate cal