Re: How should we handle the Java files for native?

2009-09-16 Thread jean-frederic clere
On 09/16/2009 06:53 PM, Rainer Jung wrote: On 16.09.2009 17:24, Mladen Turk wrote: On 16/09/09 16:18, Mark Thomas wrote: rj...@apache.org wrote: Author: rjung Date: Wed Sep 16 13:24:54 2009 New Revision: 815768 URL: http://svn.apache.org/viewvc?rev=815768&view=rev Log: Sync java parts of tcna

Re: what does j_security_check do in clustering?

2009-09-16 Thread Rex Wang
hi Mark, Thanks, I will send a mail there. I thought developers hold more knowledge on this. So just want a confirm of my question. -Rex 2009/9/16 Mark Thomas > Rex Wang wrote: > > Dear Tomcat devs, > > > > I meet a problem when config a web project which using the form based > > security in

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 23:10:03 2009 New Revision: 816004 URL: http://svn.apache.org/viewvc?rev=816004&view=rev Log: Bring jni (native) release script in trunk closer to the 1.1.x branch version. Major difference still there: branch still uses the now obsolete "jni" sub directory in order

Re: How should we handle the Java files for native?

2009-09-16 Thread Rainer Jung
On 16.09.2009 20:58, Mladen Turk wrote: > On 16/09/09 18:53, Rainer Jung wrote: >> If we want to get every Java related file for jni from Tomcat, we would >> need to add the test and examples files back. >> >> build.xml and build.properties.default might make more sense in native >> itself. >> >> C

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 22:47:16 2009 New Revision: 815995 URL: http://svn.apache.org/viewvc?rev=815995&view=rev Log: Remove comment now that we have those files back. Modified: tomcat/native/trunk/jnirelease.sh Modified: tomcat/native/trunk/jnirelease.sh URL: http://svn.apache.org/v

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 22:34:42 2009 New Revision: 815992 URL: http://svn.apache.org/viewvc?rev=815992&view=rev Log: Add proposals. 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?r

svn commit: r815990 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 22:26:24 2009 New Revision: 815990 URL: http://svn.apache.org/viewvc?rev=815990&view=rev Log: Remove 1.1.x branch entries from trunk changelog. Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/cha

svn commit: r815989 - in /tomcat/native/branches/1.1.x: build.properties.default build.xml

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 22:24:43 2009 New Revision: 815989 URL: http://svn.apache.org/viewvc?rev=815989&view=rev Log: Backport some build changes from trunk (r815983+r815985+r815986) - Add properties for javac settings - Add properties for downloading Junit - Add download tasks from Tomcat

svn commit: r815986 - /tomcat/native/trunk/build.properties.default

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 22:09:20 2009 New Revision: 815986 URL: http://svn.apache.org/viewvc?rev=815986&view=rev Log: Fix typo in comment. Modified: tomcat/native/trunk/build.properties.default Modified: tomcat/native/trunk/build.properties.default URL: http://svn.apache.org/viewvc/t

svn commit: r815985 - /tomcat/native/trunk/build.properties.default

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 22:06:59 2009 New Revision: 815985 URL: http://svn.apache.org/viewvc?rev=815985&view=rev Log: Remove unused properties, add some comments. Modified: tomcat/native/trunk/build.properties.default Modified: tomcat/native/trunk/build.properties.default URL: http:/

svn commit: r815983 - in /tomcat/native/trunk: build.properties.default build.xml

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 21:55:29 2009 New Revision: 815983 URL: http://svn.apache.org/viewvc?rev=815983&view=rev Log: Improve build.xml and build.properties.default for native trunk: - Add properties for javac settings - Add properties for downloading Tomcat src and Junit - Add download tas

DO NOT REPLY [Bug 47227] Executor "namePrefix" property not working well

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47227 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47225] Wrong argument in redirectPath.setChars in Mapper.internalMapWrapper()

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47225 --- Comment #1 from Mark Thomas 2009-09-16 22:24:04 BST --- I'd guess pathOffset is (nearly) always zero. I have fixed it in trunk and proposed it for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?

svn commit: r815975 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-09-16 Thread markt
Author: markt Date: Wed Sep 16 21:23:43 2009 New Revision: 815975 URL: http://svn.apache.org/viewvc?rev=815975&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

svn commit: r815972 - /tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2009-09-16 Thread markt
Author: markt Date: Wed Sep 16 21:17:11 2009 New Revision: 815972 URL: http://svn.apache.org/viewvc?rev=815972&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47225 Buffer length is end-offset Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Mod

svn commit: r815956 - in /tomcat/native/trunk: build.properties.default build.xml

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 20:33:18 2009 New Revision: 815956 URL: http://svn.apache.org/viewvc?rev=815956&view=rev Log: Update version number for trunk build files. Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/build.xml Modified: tomcat/native/trunk/bui

svn commit: r815955 - /tomcat/native/trunk/build.xml

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 20:32:03 2009 New Revision: 815955 URL: http://svn.apache.org/viewvc?rev=815955&view=rev Log: Recover native build.xml for trunk from 1.1.x branch. Added: tomcat/native/trunk/build.xml (props changed) - copied unchanged from r815954, tomcat/native/branch

svn commit: r815954 - /tomcat/native/trunk/build.properties.default

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 20:31:11 2009 New Revision: 815954 URL: http://svn.apache.org/viewvc?rev=815954&view=rev Log: Recover native build.properties.default for trunk from 1.1.x branch. Added: tomcat/native/trunk/build.properties.default (props changed) - copied unchanged from

svn commit: r815952 - /tomcat/trunk/res/maven/

2009-09-16 Thread markt
Author: markt Date: Wed Sep 16 20:23:44 2009 New Revision: 815952 URL: http://svn.apache.org/viewvc?rev=815952&view=rev Log: Update to Maven deploy process. A SNAPHOT deployment of trunk should now work and include extras and embedded. Added: tomcat/trunk/res/maven/TODO-currently-empty-src.j

svn commit: r815950 - /tomcat/native/trunk/examples/

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 20:20:12 2009 New Revision: 815950 URL: http://svn.apache.org/viewvc?rev=815950&view=rev Log: Get back jni examples classes for native trunk. Copy over from tc5.5 connectors. Added: tomcat/native/trunk/examples/ - copied from r815949, tomcat/tc5.5.x/trunk/

svn commit: r815949 - /tomcat/native/trunk/test/

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 20:19:24 2009 New Revision: 815949 URL: http://svn.apache.org/viewvc?rev=815949&view=rev Log: Get back jni test classes for native trunk. Copy over from tc5.5 connectors. Added: tomcat/native/trunk/test/ - copied from r815948, tomcat/tc5.5.x/trunk/connecto

Re: How should we handle the Java files for native?

2009-09-16 Thread Mladen Turk
On 16/09/09 18:53, Rainer Jung wrote: If we want to get every Java related file for jni from Tomcat, we would need to add the test and examples files back. build.xml and build.properties.default might make more sense in native itself. Comments? Sure, we should bring back java/examples and ja

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 17:39:57 2009 New Revision: 815904 URL: http://svn.apache.org/viewvc?rev=815904&view=rev Log: Fix use of jni release script for branches. Also simply some variables. Modified: tomcat/native/branches/1.1.x/jnirelease.sh Modified: tomcat/native/branches/1.1.x/jni

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 17:26:17 2009 New Revision: 815899 URL: http://svn.apache.org/viewvc?rev=815899&view=rev Log: Update jnirelease.sh to make it work after svn reorg. Adds new --ver=1.1.x for building from branch. Caution: The windows src zip has very different contents from the Unix

svn commit: r815895 - in /tomcat/native/branches/1.1.x: NOTICE NOTICE.txt

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 17:21:11 2009 New Revision: 815895 URL: http://svn.apache.org/viewvc?rev=815895&view=rev Log: Switch over to default notation NOTICE instead of NOTICE.txt Added: tomcat/native/branches/1.1.x/NOTICE (props changed) - copied unchanged from r815814, tomcat/

svn commit: r815889 - /tomcat/native/branches/1.1.x/LICENSE

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 17:05:56 2009 New Revision: 815889 URL: http://svn.apache.org/viewvc?rev=815889&view=rev Log: Copy native LICENSE from trunk to branch. Added: tomcat/native/branches/1.1.x/LICENSE - copied unchanged from r815888, tomcat/native/trunk/LICENSE -

svn commit: r815888 - /tomcat/native/branches/1.1.x/KEYS

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 17:05:12 2009 New Revision: 815888 URL: http://svn.apache.org/viewvc?rev=815888&view=rev Log: Copy native KEYS from trunk to branch. Added: tomcat/native/branches/1.1.x/KEYS - copied unchanged from r815886, tomcat/native/trunk/KEYS --

svn commit: r815883 - in /tomcat/native/branches/1.1.x: build.properties.default build.xml

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 17:00:48 2009 New Revision: 815883 URL: http://svn.apache.org/viewvc?rev=815883&view=rev Log: Pick up modern build.xml from tc5.5.x jni. - better support for build.properties - handling version numbers - careing about charset when filtering Modified: tomcat/nati

svn commit: r815879 - in /tomcat/native/branches/1.1.x: build.properties.default build.properties.sample jnirelease.sh

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 16:58:13 2009 New Revision: 815879 URL: http://svn.apache.org/viewvc?rev=815879&view=rev Log: Switch from build.properties.sample (old style) to build.properties.default. Added: tomcat/native/branches/1.1.x/build.properties.default (props changed) - copi

svn commit: r815877 - /tomcat/native/trunk/README.txt

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 16:54:01 2009 New Revision: 815877 URL: http://svn.apache.org/viewvc?rev=815877&view=rev Log: At least change wording to something that's true, although not really helpful right now. Modified: tomcat/native/trunk/README.txt Modified: tomcat/native/trunk/README.

How should we handle the Java files for native?

2009-09-16 Thread Rainer Jung
On 16.09.2009 17:24, Mladen Turk wrote: > On 16/09/09 16:18, Mark Thomas wrote: >> rj...@apache.org wrote: >>> Author: rjung >>> Date: Wed Sep 16 13:24:54 2009 >>> New Revision: 815768 >>> >>> URL: http://svn.apache.org/viewvc?rev=815768&view=rev >>> Log: >>> Sync java parts of tcnative with C part

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 16:48:02 2009 New Revision: 815873 URL: http://svn.apache.org/viewvc?rev=815873&view=rev Log: Update jni release script for trunk. It will still not work, because all the java files (sources, build.*) are missing. Modified: tomcat/native/trunk/jnirelease.sh Mod

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 16:36:37 2009 New Revision: 815869 URL: http://svn.apache.org/viewvc?rev=815869&view=rev Log: Fix broken hash bang. Modified: tomcat/native/branches/1.1.x/jnirelease.sh Modified: tomcat/native/branches/1.1.x/jnirelease.sh URL: http://svn.apache.org/viewvc/tomc

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 16:36:10 2009 New Revision: 815868 URL: http://svn.apache.org/viewvc?rev=815868&view=rev Log: Fix broken hash bang. Modified: tomcat/native/trunk/jnirelease.sh Modified: tomcat/native/trunk/jnirelease.sh URL: http://svn.apache.org/viewvc/tomcat/native/trunk/jn

svn commit: r815859 - in /tomcat/native/trunk: KEYS LICENSE

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 16:17:49 2009 New Revision: 815859 URL: http://svn.apache.org/viewvc?rev=815859&view=rev Log: Add KEYS and LICENSE to tcnative trunk to make it more self-contained. KEYS contains the keys that were used up to now to sign tcnative releases. Added: tomcat/native/

svn commit: r815857 - in /tomcat/native/trunk: NOTICE NOTICE.txt

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 16:04:09 2009 New Revision: 815857 URL: http://svn.apache.org/viewvc?rev=815857&view=rev Log: Remove NOTICE file according to standard in tcnative trunk. Added: tomcat/native/trunk/NOTICE (props changed) - copied unchanged from r815724, tomcat/native/tru

svn commit: r815855 - /tomcat/trunk/res/maven/mvn.properties.default

2009-09-16 Thread markt
Author: markt Date: Wed Sep 16 16:02:39 2009 New Revision: 815855 URL: http://svn.apache.org/viewvc?rev=815855&view=rev Log: Correct the SNAPSHOT version number Modified: tomcat/trunk/res/maven/mvn.properties.default Modified: tomcat/trunk/res/maven/mvn.properties.default URL: http://svn.ap

DO NOT REPLY [Bug 47678] Unable to allocate shared memory when using isapi_redirect.dll as an extension and filter

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47678 Eric Smith changed: What|Removed |Added CC||eric.sm...@mckesson.com -- Configure

DO NOT REPLY [Bug 47678] Unable to allocate shared memory when using isapi_redirect.dll as an extension and filter

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47678 --- Comment #1 from Eric Smith 2009-09-16 08:52:36 PDT --- I am seeing the same error message using the 32-bit v1.2.28 dll under Windows 2008 Server 64bit, IIS 7.0, with app pools setting [Enable 32-bit Applications] to true. The same sys

svn commit: r815849 - in /tomcat/trunk/res/maven: mvn-pub.xml mvn.properties.default

2009-09-16 Thread markt
Author: markt Date: Wed Sep 16 15:49:01 2009 New Revision: 815849 URL: http://svn.apache.org/viewvc?rev=815849&view=rev Log: Add the extra JARs, update version numbers and add a note about some issues I saw on Windows. Modified: tomcat/trunk/res/maven/mvn-pub.xml tomcat/trunk/res/maven/m

svn commit: r815847 - /tomcat/trunk/res/maven/

2009-09-16 Thread markt
Author: markt Date: Wed Sep 16 15:46:06 2009 New Revision: 815847 URL: http://svn.apache.org/viewvc?rev=815847&view=rev Log: Add a bunch of additional poms. Added: tomcat/trunk/res/maven/catalina-ant.pom (with props) tomcat/trunk/res/maven/catalina-jmx-remote.pom (with props) tomc

Re: mod_jk shm and locking questions

2009-09-16 Thread Rainer Jung
On 16.09.2009 17:38, Michael Durket wrote: > In working on a private copy of the mod_jk module, I notice that mod_jk > doesn't seem to use > either the EAPI shared memory management routines (in Apache 1.3) and > in Apache 2.2 > doesn't appear to use the APR routines for either shared memory or >

svn commit: r815845 - /tomcat/native/trunk/CHANGELOG.txt

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 15:41:24 2009 New Revision: 815845 URL: http://svn.apache.org/viewvc?rev=815845&view=rev Log: Remove legacy change log from tcnative trunk. Removed: tomcat/native/trunk/CHANGELOG.txt - To unsu

mod_jk shm and locking questions

2009-09-16 Thread Michael Durket
In working on a private copy of the mod_jk module, I notice that mod_jk doesn't seem to use either the EAPI shared memory management routines (in Apache 1.3) and in Apache 2.2 doesn't appear to use the APR routines for either shared memory or locking (except for the log lock). Before I mak

Re: svn commit: r815768 - in /tomcat/native/branches/1.1.x: ./ java/org/apache/tomcat/jni/

2009-09-16 Thread Mladen Turk
On 16/09/09 16:18, Mark Thomas wrote: rj...@apache.org wrote: Author: rjung Date: Wed Sep 16 13:24:54 2009 New Revision: 815768 URL: http://svn.apache.org/viewvc?rev=815768&view=rev Log: Sync java parts of tcnative with C part. Do we need the java part here any more? 5.5.x, 6.0.x and trunk al

DO NOT REPLY [Bug 47852] [patch] Javadoc errors in 1.1x

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47852 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r815821 - in /tomcat/archive/tc4.1.x/trunk/connectors/jni/java/org/apache/tomcat/jni: Local.java Poll.java Registry.java Socket.java

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 15:00:50 2009 New Revision: 815821 URL: http://svn.apache.org/viewvc?rev=815821&view=rev Log: BZ47852: Fix Javadoc errors. Patch by Sebb. Modified: tomcat/archive/tc4.1.x/trunk/connectors/jni/java/org/apache/tomcat/jni/Local.java tomcat/archive/tc4.1.x/tru

svn commit: r815820 - in /tomcat/tc5.5.x/trunk/connectors/jni/java/org/apache/tomcat/jni: Local.java Poll.java Registry.java Socket.java

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 14:59:56 2009 New Revision: 815820 URL: http://svn.apache.org/viewvc?rev=815820&view=rev Log: BZ47852: Fix Javadoc errors. Patch by Sebb. Modified: tomcat/tc5.5.x/trunk/connectors/jni/java/org/apache/tomcat/jni/Local.java tomcat/tc5.5.x/trunk/connectors/jni/

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 14:58:25 2009 New Revision: 815819 URL: http://svn.apache.org/viewvc?rev=815819&view=rev Log: Update (once more) the 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/

How do I get hold of Tomcat JDBC pool lib

2009-09-16 Thread Gaurav Lohiya
Hi, Not sure if this is the right forum to post this question. I recently heard about the new Tomcat JDBC library, an alternative for the DBCP lib. We see concurrency issues with the DBCP lib and are desperately looking for a lib which can work in a highly concurrent application. Had some questi

svn commit: r815818 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni: Local.java Poll.java Registry.java Socket.java

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 14:56:50 2009 New Revision: 815818 URL: http://svn.apache.org/viewvc?rev=815818&view=rev Log: BZ47852: Fix Javadoc errors. Patch by Sebb. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Local.java tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Pol

svn commit: r815816 - in /tomcat/trunk/java/org/apache/tomcat/jni: Local.java Poll.java Registry.java Socket.java

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 14:54:07 2009 New Revision: 815816 URL: http://svn.apache.org/viewvc?rev=815816&view=rev Log: BZ47852: Javadoc fixes. Patch by Sebb. Modified: tomcat/trunk/java/org/apache/tomcat/jni/Local.java tomcat/trunk/java/org/apache/tomcat/jni/Poll.java tomcat/tru

svn commit: r815814 - in /tomcat/native/branches/1.1.x: java/org/apache/tomcat/jni/Local.java java/org/apache/tomcat/jni/Poll.java java/org/apache/tomcat/jni/Registry.java java/org/apache/tomcat/jni/S

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 14:49:23 2009 New Revision: 815814 URL: http://svn.apache.org/viewvc?rev=815814&view=rev Log: Fix BZ47852: Fix some Javadoc errors. Patch provided by Sebb. Modified: tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/Local.java tomcat/native/branches/1.

Re: svn commit: r815768 - in /tomcat/native/branches/1.1.x: ./ java/org/apache/tomcat/jni/

2009-09-16 Thread Rainer Jung
On 16.09.2009 16:18, Mark Thomas wrote: > rj...@apache.org wrote: >> Author: rjung >> Date: Wed Sep 16 13:24:54 2009 >> New Revision: 815768 >> >> URL: http://svn.apache.org/viewvc?rev=815768&view=rev >> Log: >> Sync java parts of tcnative with C part. > > Do we need the java part here any more? 5

Re: svn commit: r815768 - in /tomcat/native/branches/1.1.x: ./ java/org/apache/tomcat/jni/

2009-09-16 Thread Mark Thomas
rj...@apache.org wrote: > Author: rjung > Date: Wed Sep 16 13:24:54 2009 > New Revision: 815768 > > URL: http://svn.apache.org/viewvc?rev=815768&view=rev > Log: > Sync java parts of tcnative with C part. Do we need the java part here any more? 5.5.x, 6.0.x and trunk all have their own copies. Ma

svn commit: r815792 - /tomcat/native/branches/1.1.x/STATUS.txt

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 14:06:33 2009 New Revision: 815792 URL: http://svn.apache.org/viewvc?rev=815792&view=rev Log: Add proposal. Modified: tomcat/native/branches/1.1.x/STATUS.txt Modified: tomcat/native/branches/1.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/native/bran

svn commit: r815794 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 14:08:20 2009 New Revision: 815794 URL: http://svn.apache.org/viewvc?rev=815794&view=rev Log: Update changelog. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml URL

DO NOT REPLY [Bug 46457] Typos in multicast.c

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46457 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47852] New: [patch] Javadoc errors in 1.1x

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47852 Summary: [patch] Javadoc errors in 1.1x Product: Tomcat Native Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

svn commit: r815781 - /tomcat/native/branches/1.1.x/CHANGELOG.txt

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:51:34 2009 New Revision: 815781 URL: http://svn.apache.org/viewvc?rev=815781&view=rev Log: Remove old changelog entries from plain text changelog and reformat warning. I checked, that all old entries are actually contained in the xml/html version. Modified:

DO NOT REPLY [Bug 47851] New: thread-safety issues in the TC native Java code

2009-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47851 Summary: thread-safety issues in the TC native Java code Product: Tomcat Native Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:39:50 2009 New Revision: 815773 URL: http://svn.apache.org/viewvc?rev=815773&view=rev Log: ... and another update of the proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/t

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:33:32 2009 New Revision: 815772 URL: http://svn.apache.org/viewvc?rev=815772&view=rev Log: Update 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

svn commit: r815768 - in /tomcat/native/branches/1.1.x: ./ java/org/apache/tomcat/jni/

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:24:54 2009 New Revision: 815768 URL: http://svn.apache.org/viewvc?rev=815768&view=rev Log: Sync java parts of tcnative with C part. Modified: tomcat/native/branches/1.1.x/STATUS.txt tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/Buffer.java t

svn commit: r815765 - /tomcat/native/branches/1.1.x/native/src/sslcontext.c

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:23:21 2009 New Revision: 815765 URL: http://svn.apache.org/viewvc?rev=815765&view=rev Log: Remove trailing whitespace. Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c URL: http://

svn commit: r815760 - /tomcat/native/branches/1.1.x/native/src/address.c

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:21:27 2009 New Revision: 815760 URL: http://svn.apache.org/viewvc?rev=815760&view=rev Log: Fix indentation. Modified: tomcat/native/branches/1.1.x/native/src/address.c Modified: tomcat/native/branches/1.1.x/native/src/address.c URL: http://svn.apache.org/vi

svn commit: r815752 - in /tomcat/native/branches/1.1.x: STATUS.txt native/src/multicast.c

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:05:22 2009 New Revision: 815752 URL: http://svn.apache.org/viewvc?rev=815752&view=rev Log: Fix indentation changed by r815348. Modified: tomcat/native/branches/1.1.x/STATUS.txt tomcat/native/branches/1.1.x/native/src/multicast.c Modified: tomcat/native/b

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

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 13:00:51 2009 New Revision: 815750 URL: http://svn.apache.org/viewvc?rev=815750&view=rev Log: Add 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: r815748 - in /tomcat/native/branches/1.1.x: STATUS.txt java/org/apache/tomcat/jni/SSLContext.java

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 12:56:21 2009 New Revision: 815748 URL: http://svn.apache.org/viewvc?rev=815748&view=rev Log: Fix typo in method name to align native and Java side. setShutdowType() -> setShutdownType() Modified: tomcat/native/branches/1.1.x/STATUS.txt tomcat/native/branche

svn commit: r815746 - in /tomcat/native/branches/1.1.x: STATUS.txt native/build/tcnative.m4

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 12:50:01 2009 New Revision: 815746 URL: http://svn.apache.org/viewvc?rev=815746&view=rev Log: Fix typo in configure output. Modified: tomcat/native/branches/1.1.x/STATUS.txt tomcat/native/branches/1.1.x/native/build/tcnative.m4 Modified: tomcat/native/branc

svn commit: r815742 - in /tomcat/native/branches/1.1.x: STATUS.txt build.xml xdocs/style.xsl

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 12:48:18 2009 New Revision: 815742 URL: http://svn.apache.org/viewvc?rev=815742&view=rev Log: Update copyright year. Modified: tomcat/native/branches/1.1.x/STATUS.txt tomcat/native/branches/1.1.x/build.xml tomcat/native/branches/1.1.x/xdocs/style.xsl Mo

svn commit: r815740 - in /tomcat/native/branches/1.1.x: STATUS.txt native/os/win32/libtcnative.rc

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 12:43:58 2009 New Revision: 815740 URL: http://svn.apache.org/viewvc?rev=815740&view=rev Log: Fix typo VERISON -> VERSION Modified: tomcat/native/branches/1.1.x/STATUS.txt tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc Modified: tomcat/native/b

Re: tcnative 1.1.x CTR or RTC

2009-09-16 Thread Mladen Turk
On 16/09/09 13:23, Rainer Jung wrote: Is tcnative 1.1.x CTR or RTC? CTR, with standard branch exceptional clause: "No new features, no API changes." There are a couple of simple fixes sitting in there and waiting for a vote, but if we are still RTC, I would like to apply them before 1.1.17

Re: tcnative 1.1.x CTR or RTC

2009-09-16 Thread Rainer Jung
On 16.09.2009 13:49, Mark Thomas wrote: > Rainer Jung wrote: >> Is tcnative 1.1.x CTR or RTC? > > I thought CTR - if that was wrong then I apologise. No need. >> We once had a status file, which was lost during the svn reorg. I >> recovered it. > > Thanks. Sorry for that. Thanks for doing the

Re: tcnative 1.1.x CTR or RTC

2009-09-16 Thread Mark Thomas
Rainer Jung wrote: > Is tcnative 1.1.x CTR or RTC? I thought CTR - if that was wrong then I apologise. > We once had a status file, which was lost during the svn reorg. I > recovered it. Thanks. Sorry for that. > There are a couple of simple fixes sitting in there and waiting for a > vote, but

tcnative 1.1.x CTR or RTC

2009-09-16 Thread Rainer Jung
Is tcnative 1.1.x CTR or RTC? We once had a status file, which was lost during the svn reorg. I recovered it. There are a couple of simple fixes sitting in there and waiting for a vote, but if we are still RTC, I would like to apply them before 1.1.17. I was just wondering because of Marks backpo

svn commit: r815726 - /tomcat/native/branches/1.1.x/STATUS.txt

2009-09-16 Thread rjung
Author: rjung Date: Wed Sep 16 11:19:51 2009 New Revision: 815726 URL: http://svn.apache.org/viewvc?rev=815726&view=rev Log: Recover tcnative STATUS file removed during svn reorg. See also http://marc.info/?t=12480793816&r=1&w=2 Added: tomcat/native/branches/1.1.x/STATUS.txt - copi

Re: what does j_security_check do in clustering?

2009-09-16 Thread Mark Thomas
Rex Wang wrote: > Dear Tomcat devs, > > I meet a problem when config a web project which using the form based > security in clustering. > > When I set session affinity = true in my front http server, the security > check was done in single node, there is no problem with that. > But if I set affin

what does j_security_check do in clustering?

2009-09-16 Thread Rex Wang
Dear Tomcat devs, I meet a problem when config a web project which using the form based security in clustering. When I set session affinity = true in my front http server, the security check was done in single node, there is no problem with that. But if I set affinity = false, the requests from t

svn commit: r815657 - /tomcat/trunk/build.xml

2009-09-16 Thread markt
Author: markt Date: Wed Sep 16 08:09:08 2009 New Revision: 815657 URL: http://svn.apache.org/viewvc?rev=815657&view=rev Log: Use defaults where appropriate for jarIt macro A couple of minor packaging tweaks Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.ap