svn commit: r1294104 - /tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

2012-02-27 Thread markt
Author: markt Date: Mon Feb 27 11:04:12 2012 New Revision: 1294104 URL: http://svn.apache.org/viewvc?rev=1294104view=rev Log: Refactor to reduce duplication Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java Modified:

svn commit: r1294107 - /tomcat/trunk/test/org/apache/catalina/websocket/TestUtf8.java

2012-02-27 Thread markt
Author: markt Date: Mon Feb 27 11:09:24 2012 New Revision: 1294107 URL: http://svn.apache.org/viewvc?rev=1294107view=rev Log: Add UTF-8 test case Added: tomcat/trunk/test/org/apache/catalina/websocket/TestUtf8.java Added: tomcat/trunk/test/org/apache/catalina/websocket/TestUtf8.java URL:

svn commit: r1294108 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.java

2012-02-27 Thread markt
Author: markt Date: Mon Feb 27 11:13:45 2012 New Revision: 1294108 URL: http://svn.apache.org/viewvc?rev=1294108view=rev Log: Fix NIO upgrade single byte read Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.java Modified:

svn commit: r1294109 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.java

2012-02-27 Thread markt
Author: markt Date: Mon Feb 27 11:14:28 2012 New Revision: 1294109 URL: http://svn.apache.org/viewvc?rev=1294109view=rev Log: Don't read/write more data than the internal buffers can handle Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.java Modified:

svn commit: r1294110 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeOutbound.java

2012-02-27 Thread markt
Author: markt Date: Mon Feb 27 11:15:08 2012 New Revision: 1294110 URL: http://svn.apache.org/viewvc?rev=1294110view=rev Log: Remove completed TODO Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeOutbound.java Modified:

Re: tomcat-native 1.1.23 test run r1293352

2012-02-27 Thread Mladen Turk
On 02/24/2012 08:33 PM, Mladen Turk wrote: Please use: http://people.apache.org/~mturk/native/r1293383/ Inside binaries there is now win32-bin.zip and win32-ocsp.zip with the latest having OCSP compiled in (still experimental) The versions in r1293352 had OCSP compiled in so not for

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

2012-02-27 Thread mturk
Author: mturk Date: Mon Feb 27 14:56:07 2012 New Revision: 1294171 URL: http://svn.apache.org/viewvc?rev=1294171view=rev Log: Ensure that cert_file is present. Key can be null in which case it'll get the cert_file value, but cer must be provided Modified:

DO NOT REPLY [Bug 52767] Potential Bug or Inconsistency in JDBCRealm.java and JDBCAccessLogValve.java

2012-02-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52767 --- Comment #2 from msrbugzi...@gmail.com 2012-02-27 15:31:37 UTC --- Could I know where the difference is documented? Thank you. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

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

2012-02-27 Thread mturk
Author: mturk Date: Mon Feb 27 16:49:54 2012 New Revision: 1294214 URL: http://svn.apache.org/viewvc?rev=1294214view=rev Log: This should enable pcks12 support Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified: tomcat/native/branches/1.1.x/native/src/ssl.c URL:

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

2012-02-27 Thread jean-frederic clere
On 02/27/2012 05:49 PM, mt...@apache.org wrote: Author: mturk Date: Mon Feb 27 16:49:54 2012 New Revision: 1294214 URL: http://svn.apache.org/viewvc?rev=1294214view=rev Log: This should enable pcks12 support It does ;-) Cheers Jean-Frederic

svn commit: r1294261 - in /tomcat/native/branches/1.1.x/xdocs: news/2012.xml news/project.xml project.xml

2012-02-27 Thread mturk
Author: mturk Date: Mon Feb 27 18:37:46 2012 New Revision: 1294261 URL: http://svn.apache.org/viewvc?rev=1294261view=rev Log: Add (empty for now) year 2012 news file Added: tomcat/native/branches/1.1.x/xdocs/news/2012.xml (with props) Modified:

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

2012-02-27 Thread mturk
Author: mturk Date: Mon Feb 27 18:56:02 2012 New Revision: 1294273 URL: http://svn.apache.org/viewvc?rev=1294273view=rev Log: Make some sense out of README. Removed ASL header and added Crypto notice Modified: tomcat/native/branches/1.1.x/README.txt Modified:

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

2012-02-27 Thread Mladen Turk
On 02/26/2012 04:58 PM, Rainer Jung wrote: On 24.02.2012 13:09, mt...@apache.org wrote: JKJNISVN=$SVNBASE/${JKJNIEXT} if [ x$JKJNIEXT = xtrunk ]; then - JKJNIVER=`svn info ${JKJNISVN} | awk '$1 == Revision: {print $2}'` -elif [ $USE_BRANCH -eq 1 ]; then - JKJNIBRANCH=${JKJNIEXT} -

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

2012-02-27 Thread Konstantin Kolinko
2012/2/27 mt...@apache.org: Author: mturk Date: Mon Feb 27 18:56:02 2012 New Revision: 1294273 URL: http://svn.apache.org/viewvc?rev=1294273view=rev Log: Make some sense out of README. Removed ASL header and added Crypto notice Why are you removing the ASL header? Is the file not for

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

2012-02-27 Thread Mladen Turk
On 02/27/2012 08:19 PM, Konstantin Kolinko wrote: 2012/2/27mt...@apache.org: Author: mturk Date: Mon Feb 27 18:56:02 2012 New Revision: 1294273 URL: http://svn.apache.org/viewvc?rev=1294273view=rev Log: Make some sense out of README. Removed ASL header and added Crypto notice Why are you

[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-02-27 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate-eoln has an issue affecting its community

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-02-27 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community