svn commit: r1293122 - /tomcat/native/branches/1.1.x/native/src/sslutils.c

2012-02-23 Thread mturk
Author: mturk Date: Fri Feb 24 07:58:26 2012 New Revision: 1293122 URL: http://svn.apache.org/viewvc?rev=1293122&view=rev Log: Apply additional security check from mod_ssl Modified: tomcat/native/branches/1.1.x/native/src/sslutils.c Modified: tomcat/native/branches/1.1.x/native/src/sslutils.

svn commit: r1293120 - in /tomcat/native/branches/1.1.x/native: include/ssl_private.h src/sslutils.c

2012-02-23 Thread mturk
Author: mturk Date: Fri Feb 24 07:46:39 2012 New Revision: 1293120 URL: http://svn.apache.org/viewvc?rev=1293120&view=rev Log: No need for public function Modified: tomcat/native/branches/1.1.x/native/include/ssl_private.h tomcat/native/branches/1.1.x/native/src/sslutils.c Modified: tomc

svn commit: r1293119 - in /tomcat/native/branches/1.1.x: native/configure.in native/include/ssl_private.h native/src/sslutils.c xdocs/miscellaneous/changelog.xml

2012-02-23 Thread mturk
Author: mturk Date: Fri Feb 24 07:43:44 2012 New Revision: 1293119 URL: http://svn.apache.org/viewvc?rev=1293119&view=rev Log: BZ45392 Apply modified patch. OCSP is enabled is explicitly configure with --enable-ocsp at build time Modified: tomcat/native/branches/1.1.x/native/configure.in

Re: WebSocket TODOs

2012-02-23 Thread Jonathan Drake
On 2012/02/23 17:24, "Mark Thomas" wrote: >On 23/02/2012 12:42, Mark Thomas wrote: >> All, >> >> The bulk of the WebSocket implementation is complete. There are, >> however, still quite a few TODOs. >> >> 1. Autobahn failure of test 7.5.1 (close handling) >Fixed. > >> 2. Autobahn UTF-8 failures

DO NOT REPLY [Bug 52758] New: Jasper illegally implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit from Eclipse

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52758 Bug #: 52758 Summary: Jasper illegally implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit from Eclipse Product: Tomcat 7 Version: unspecifie

DO NOT REPLY [Bug 52757] China Shoes On www.chinajordansshoes.com

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52757 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52757] New: China Shoes On www.chinajordansshoes.com

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52757 Bug #: 52757 Summary: China Shoes On www.chinajordansshoes.com Product: Tomcat Connectors Version: unspecified Platform: All OS/Version: Mac OS X 10.5 Status: NEW

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

2012-02-23 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 integrati

Re: WebSocket TODOs

2012-02-23 Thread Mark Thomas
On 23/02/2012 12:42, Mark Thomas wrote: > All, > > The bulk of the WebSocket implementation is complete. There are, > however, still quite a few TODOs. > > 1. Autobahn failure of test 7.5.1 (close handling) Fixed. > 2. Autobahn UTF-8 failures. Invalid UTF-8 is not being detected by the > Reader.

svn commit: r1293017 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 23:06:27 2012 New Revision: 1293017 URL: http://svn.apache.org/viewvc?rev=1293017&view=rev Log: Doh Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java URL: http://

svn commit: r1293016 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 23:05:49 2012 New Revision: 1293016 URL: http://svn.apache.org/viewvc?rev=1293016&view=rev Log: Fix NPE in tests Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

svn commit: r1293015 - /tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 23:05:09 2012 New Revision: 1293015 URL: http://svn.apache.org/viewvc?rev=1293015&view=rev Log: Validate any close payload is UTF-8 Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/

Re: svn commit: r1292995 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread Mark Thomas
On 23/02/2012 23:00, Konstantin Kolinko wrote: > 2012/2/24 : >> Author: markt >> Date: Thu Feb 23 22:28:32 2012 >> New Revision: 1292995 >> >> URL: http://svn.apache.org/viewvc?rev=1292995&view=rev >> Log: >> Review comments on r1292776 from kkolinko >> >> Modified: >>tomcat/trunk/java/org/apa

Re: svn commit: r1292995 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread Konstantin Kolinko
2012/2/24 : > Author: markt > Date: Thu Feb 23 22:28:32 2012 > New Revision: 1292995 > > URL: http://svn.apache.org/viewvc?rev=1292995&view=rev > Log: > Review comments on r1292776 from kkolinko > > Modified: >    tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java > > @@ -166,7 +166,7

svn commit: r1292996 - in /tomcat/trunk/java/org/apache/catalina/websocket: StreamInbound.java Utf8Decoder.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 22:29:12 2012 New Revision: 1292996 URL: http://svn.apache.org/viewvc?rev=1292996&view=rev Log: Hooray for Apache Harmony. Copy Harmony's UTF-8 decoder, add the additional restriction expected by the WebSocket spec and start passing all the UTF-8 releated tests. Add

svn commit: r1292995 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 22:28:32 2012 New Revision: 1292995 URL: http://svn.apache.org/viewvc?rev=1292995&view=rev Log: Review comments on r1292776 from kkolinko Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java Modified: tomcat/trunk/java/org/apache/catalina/w

DO NOT REPLY [Bug 52752] AS/400 SEVERE: rg.apache.catalina.LifecycleException: Failed to start component

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52752 Konstantin Kolinko changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

Re: Release Tomcat Native 1.1.23

2012-02-23 Thread Costin Manolache
Thanks, I'll try it. Costin On Thu, Feb 23, 2012 at 11:53 AM, Mladen Turk wrote: > On 02/22/2012 07:22 PM, Costin Manolache wrote: > >> On Wed, Feb 22, 2012 at 9:12 AM, Mladen Turk wrote: >> >> >> I'm trying to provide a way for people to build "libtcnative-2.so" so it >> can be installed on >

Re: Release Tomcat Native 1.1.23

2012-02-23 Thread Mladen Turk
On 02/22/2012 07:22 PM, Costin Manolache wrote: On Wed, Feb 22, 2012 at 9:12 AM, Mladen Turk wrote: I'm trying to provide a way for people to build "libtcnative-2.so" so it can be installed on those systems along with the existing apr, openssl and libtcnative-1, without requiring the installat

svn commit: r1292925 - /tomcat/native/branches/1.1.x/native/BUILDING

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 19:50:40 2012 New Revision: 1292925 URL: http://svn.apache.org/viewvc?rev=1292925&view=rev Log: Run trough spell checker Modified: tomcat/native/branches/1.1.x/native/BUILDING Modified: tomcat/native/branches/1.1.x/native/BUILDING URL: http://svn.apache.org/vi

svn commit: r1292924 - /tomcat/native/branches/1.1.x/native/BUILDING

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 19:46:58 2012 New Revision: 1292924 URL: http://svn.apache.org/viewvc?rev=1292924&view=rev Log: Explain how to build tcnative with statically linked apr and openssl Modified: tomcat/native/branches/1.1.x/native/BUILDING Modified: tomcat/native/branches/1.1.x/na

Re: svn commit: r1292891 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread Mark Thomas
On 23/02/2012 19:33, Mladen Turk wrote: > On 02/23/2012 08:00 PM, Konstantin Kolinko wrote: >> 2012/2/23: >> Maybe: >> while [ -n "$1" ] >> (though both variants should work work) >> > > Some solaris shells misbehave on -n. > >>> do >>> - case "$o" in >>> + case "$o=1" in >> >> What the abo

Re: svn commit: r1292891 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread Mark Thomas
On 23/02/2012 19:07, sebb wrote: > On 23 February 2012 19:00, Konstantin Kolinko wrote: >> 2012/2/23 : >>> - case "$o" in >>> + case "$o=1" in >> >> What the above line is about? > > I wondered the same myself; > it so happens that the "=" key is next to the "Backspace" key, so I > suspect th

DO NOT REPLY [Bug 52752] AS/400 SEVERE: rg.apache.catalina.LifecycleException: Failed to start component

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52752 jnan...@hotmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|I

svn commit: r1292913 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 19:32:51 2012 New Revision: 1292913 URL: http://svn.apache.org/viewvc?rev=1292913&view=rev Log: Fix typo and make the file executable like resto of the .sh scripts Modified: tomcat/trunk/bin/daemon.sh (contents, props changed) Modified: tomcat/trunk/bin/daemo

Re: svn commit: r1292891 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread Mladen Turk
On 02/23/2012 08:00 PM, Konstantin Kolinko wrote: 2012/2/23: Maybe: while [ -n "$1" ] (though both variants should work work) Some solaris shells misbehave on -n. do - case "$o" in + case "$o=1" in What the above line is about? Was it supposed to be: case "$1" in Right, Mark pr

DO NOT REPLY [Bug 52752] AS/400 SEVERE: rg.apache.catalina.LifecycleException: Failed to start component

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52752 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r1292891 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread Konstantin Kolinko
2012/2/23 sebb : > On 23 February 2012 19:00, Konstantin Kolinko wrote: >> 2012/2/23  : >>> Author: markt >>> Date: Thu Feb 23 18:44:02 2012 >>> New Revision: 1292891 >>> >>> URL: http://svn.apache.org/viewvc?rev=1292891&view=rev >>> Log: >>> Fix BZ52750. Correctly parse command options >>> Port o

Re: svn commit: r1292776 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread Konstantin Kolinko
2012/2/23 : > Author: markt > Date: Thu Feb 23 12:48:56 2012 > New Revision: 1292776 > > URL: http://svn.apache.org/viewvc?rev=1292776&view=rev > Log: > More javadoc > > Modified: >    tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java > > Modified: tomcat/trunk/java/org/apache/catali

DO NOT REPLY [Bug 52752] New: AS/400 SEVERE: rg.apache.catalina.LifecycleException: Failed to start component

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52752 Bug #: 52752 Summary: AS/400 SEVERE: rg.apache.catalina.LifecycleException: Failed to start component Product: Tomcat 7 Version: 7.0.26 Platform: Other OS/Ve

Re: svn commit: r1292891 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread sebb
On 23 February 2012 19:00, Konstantin Kolinko wrote: > 2012/2/23  : >> Author: markt >> Date: Thu Feb 23 18:44:02 2012 >> New Revision: 1292891 >> >> URL: http://svn.apache.org/viewvc?rev=1292891&view=rev >> Log: >> Fix BZ52750. Correctly parse command options >> Port of r1292878 from 7.0.x >> >>

Re: svn commit: r1292891 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread Konstantin Kolinko
2012/2/23 : > Author: markt > Date: Thu Feb 23 18:44:02 2012 > New Revision: 1292891 > > URL: http://svn.apache.org/viewvc?rev=1292891&view=rev > Log: > Fix BZ52750. Correctly parse command options > Port of r1292878 from 7.0.x > > Modified: >    tomcat/trunk/bin/daemon.sh   (contents, props chang

svn commit: r1292891 - /tomcat/trunk/bin/daemon.sh

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 18:44:02 2012 New Revision: 1292891 URL: http://svn.apache.org/viewvc?rev=1292891&view=rev Log: Fix BZ52750. Correctly parse command options Port of r1292878 from 7.0.x Modified: tomcat/trunk/bin/daemon.sh (contents, props changed) Modified: tomcat/trunk/bin/

DO NOT REPLY [Bug 52750] daemon.sh does not allow to pass more than one option

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52750 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1292878 - in /tomcat/tc7.0.x/trunk: bin/daemon.sh webapps/docs/changelog.xml

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 18:21:33 2012 New Revision: 1292878 URL: http://svn.apache.org/viewvc?rev=1292878&view=rev Log: Fix BZ52750. Correctly parse command options Modified: tomcat/tc7.0.x/trunk/bin/daemon.sh tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.

DO NOT REPLY [Bug 52751] New: Optimized configuration of the system info displayed in the default error page

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52751 Bug #: 52751 Summary: Optimized configuration of the system info displayed in the default error page Product: Tomcat 7 Version: trunk Platform: PC Status

DO NOT REPLY [Bug 52750] New: daemon.sh does not allow to pass more than one option

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52750 Bug #: 52750 Summary: daemon.sh does not allow to pass more than one option Product: Tomcat 7 Version: 7.0.26 Platform: Macintosh Status: NEW Severity: normal

svn commit: r1292859 - in /tomcat/native/branches/1.1.x/native: include/ssl_private.h src/sslcontext.c

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 17:21:50 2012 New Revision: 1292859 URL: http://svn.apache.org/viewvc?rev=1292859&view=rev Log: Add support for loading pkcs12 certificates. Certificate must have .pkcs12 extension Modified: tomcat/native/branches/1.1.x/native/include/ssl_private.h tomcat/n

DO NOT REPLY [Bug 52749] New: Possibly wrong kill option in catalina.sh

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52749 Bug #: 52749 Summary: Possibly wrong kill option in catalina.sh Product: Tomcat 7 Version: trunk Platform: PC Status: NEW Severity: normal Priority: P2

svn commit: r1292843 - in /tomcat/native/branches/1.1.x/native: NMAKEmakefile libtcnative.dsp tcnative.dsp

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 16:26:12 2012 New Revision: 1292843 URL: http://svn.apache.org/viewvc?rev=1292843&view=rev Log: Axe TCN_DECLARE_EXPORT define. Not used anywhere Modified: tomcat/native/branches/1.1.x/native/NMAKEmakefile tomcat/native/branches/1.1.x/native/libtcnative.dsp

svn commit: r1292841 - in /tomcat/native/branches/1.1.x/native: include/tcn_api.h src/jnilib.c

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 16:21:11 2012 New Revision: 1292841 URL: http://svn.apache.org/viewvc?rev=1292841&view=rev Log: Axe so called public API which was never used. We are always loaded from JVM so no need for useless exports Modified: tomcat/native/branches/1.1.x/native/include/tcn

svn commit: r1292840 - in /tomcat/native/branches/1.1.x/native: NMAKEmakefile NMAKEmakefile.inc srclib/apr/NMAKEmakefile srclib/apr/NMAKEmakefile.inc

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 16:15:14 2012 New Revision: 1292840 URL: http://svn.apache.org/viewvc?rev=1292840&view=rev Log: Add command line makefile Added: tomcat/native/branches/1.1.x/native/NMAKEmakefile (with props) tomcat/native/branches/1.1.x/native/NMAKEmakefile.inc - co

DO NOT REPLY [Bug 52744] [Jasper] JSP files are always recompiled in development mode

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52744 --- Comment #2 from xiaming 2012-02-23 15:05:22 UTC --- Anyone could help look into this report? thanks in advance! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becau

svn commit: r1292819 - /tomcat/native/branches/1.1.x/native/srclib/apr/NMAKEmakefile.inc

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 14:38:15 2012 New Revision: 1292819 URL: http://svn.apache.org/viewvc?rev=1292819&view=rev Log: Oops wrong copy/paste revert the original content Modified: tomcat/native/branches/1.1.x/native/srclib/apr/NMAKEmakefile.inc Modified: tomcat/native/branches/1.1.x/n

svn commit: r1292818 - in /tomcat/native/branches/1.1.x/native/srclib/apr: NMAKEmakefile NMAKEmakefile.inc

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 14:35:43 2012 New Revision: 1292818 URL: http://svn.apache.org/viewvc?rev=1292818&view=rev Log: Use correct set of files for apr-1.4.x Modified: tomcat/native/branches/1.1.x/native/srclib/apr/NMAKEmakefile tomcat/native/branches/1.1.x/native/srclib/apr/NMAKE

svn commit: r1292816 - /tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 14:31:58 2012 New Revision: 1292816 URL: http://svn.apache.org/viewvc?rev=1292816&view=rev Log: Fix missing semicolon in patch file Modified: tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch Modified: tomcat/native/branches/1.1.x/native/

Re: Tomcat web site UI update

2012-02-23 Thread sebb
On 15 February 2012 20:04, Jeremy Brown wrote: >>That is a comment that the layout needs to be >>cleaner (a comment I agree with). > > I agree too. I tried to create a cleaner layout and I posted a mockup for > all to see and voice their opinions. > > https://s3.amazonaws.com/jjbosstracker/TomcatM

[Tomcat Wiki] Update of "Roger Mbiama" by Roger Mbiama

2012-02-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Roger Mbiama" page has been changed by Roger Mbiama: http://wiki.apache.org/tomcat/Roger%20Mbiama?action=diff&rev1=2&rev2=3 CategoryHomepage + Projects + Geronimo Apach

svn commit: r1292784 - /tomcat/native/branches/1.1.x/native/srclib/BUILDING

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 12:51:58 2012 New Revision: 1292784 URL: http://svn.apache.org/viewvc?rev=1292784&view=rev Log: Favor building static APR in example Modified: tomcat/native/branches/1.1.x/native/srclib/BUILDING Modified: tomcat/native/branches/1.1.x/native/srclib/BUILDING URL:

svn commit: r1292779 - in /tomcat/trunk: java/org/apache/tomcat/spdy/CompressDeflater6.java res/checkstyle/org-import-control.xml

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 12:50:18 2012 New Revision: 1292779 URL: http://svn.apache.org/viewvc?rev=1292779&view=rev Log: Keep checkstyle happy Modified: tomcat/trunk/java/org/apache/tomcat/spdy/CompressDeflater6.java tomcat/trunk/res/checkstyle/org-import-control.xml Modified: tomc

svn commit: r1292778 - /tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 12:49:46 2012 New Revision: 1292778 URL: http://svn.apache.org/viewvc?rev=1292778&view=rev Log: axe patch file timestamps Modified: tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch Modified: tomcat/native/branches/1.1.x/native/srclib/ope

svn commit: r1292777 - /tomcat/trunk/java/org/apache/coyote/spdy/SpdyAprNpnHandler.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 12:49:34 2012 New Revision: 1292777 URL: http://svn.apache.org/viewvc?rev=1292777&view=rev Log: Trailing whitespace Modified: tomcat/trunk/java/org/apache/coyote/spdy/SpdyAprNpnHandler.java Modified: tomcat/trunk/java/org/apache/coyote/spdy/SpdyAprNpnHandler.ja

svn commit: r1292776 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 12:48:56 2012 New Revision: 1292776 URL: http://svn.apache.org/viewvc?rev=1292776&view=rev Log: More javadoc Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java URL:

svn commit: r1292772 - in /tomcat/native/branches/1.1.x/native/srclib: BUILDING apr/ apr/NMAKEmakefile apr/NMAKEmakefile.inc apr/apr-enable-ipv6.patch openssl/ openssl/openssl-msvcrt.patch

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 12:46:14 2012 New Revision: 1292772 URL: http://svn.apache.org/viewvc?rev=1292772&view=rev Log: Add helper files for building windows dependencies (apr and openssl) Added: tomcat/native/branches/1.1.x/native/srclib/BUILDING tomcat/native/branches/1.1.x/nativ

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #40 from Mark Thomas 2012-02-23 12:42:40 UTC --- The bulk of the implementation is complete in trunk and should be at a stage where folks can take it out for a spin. Keep in mind it is far from final. One of things where feedbac

WebSocket TODOs

2012-02-23 Thread Mark Thomas
All, The bulk of the WebSocket implementation is complete. There are, however, still quite a few TODOs. 1. Autobahn failure of test 7.5.1 (close handling) 2. Autobahn UTF-8 failures. Invalid UTF-8 is not being detected by the Reader. Needs further investigating. 3. Autobhan performance failures

DO NOT REPLY [Bug 52746] Classloader closed in middle of webapp deployment

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52746 Fred Simon changed: What|Removed |Added CC||fr...@jfrog.org -- Configure bugmail

DO NOT REPLY [Bug 52746] New: Classloader closed in middle of webapp deployment

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52746 Bug #: 52746 Summary: Classloader closed in middle of webapp deployment Product: Tomcat 7 Version: 7.0.16 Platform: PC OS/Version: Linux Status: NEW Severi

svn commit: r1292758 - /tomcat/native/branches/1.1.x/native/srclib/VERSIONS

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 12:05:10 2012 New Revision: 1292758 URL: http://svn.apache.org/viewvc?rev=1292758&view=rev Log: Update preferred dependecy versions. Those will be used for producing current windows statically linked binaries Modified: tomcat/native/branches/1.1.x/native/srclib

svn commit: r1292749 - in /tomcat/trunk/java/org/apache/catalina/websocket: WsFrame.java WsInputStream.java WsOutbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 11:35:24 2012 New Revision: 1292749 URL: http://svn.apache.org/viewvc?rev=1292749&view=rev Log: More javadoc and cleanup Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

svn commit: r1292747 - /tomcat/trunk/java/org/apache/catalina/websocket/MessageInbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 11:34:43 2012 New Revision: 1292747 URL: http://svn.apache.org/viewvc?rev=1292747&view=rev Log: Javadoc, whitespace, add final Modified: tomcat/trunk/java/org/apache/catalina/websocket/MessageInbound.java Modified: tomcat/trunk/java/org/apache/catalina/websocke

svn commit: r1292746 - in /tomcat/trunk: java/org/apache/catalina/websocket/ webapps/examples/WEB-INF/classes/websocket/

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 11:34:06 2012 New Revision: 1292746 URL: http://svn.apache.org/viewvc?rev=1292746&view=rev Log: More docs. Clean-up. Make some methods final. Modified: tomcat/trunk/java/org/apache/catalina/websocket/MessageInbound.java tomcat/trunk/java/org/apache/catalina/

svn commit: r1292745 - /tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 11:33:08 2012 New Revision: 1292745 URL: http://svn.apache.org/viewvc?rev=1292745&view=rev Log: Formatting Modified: tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet

svn commit: r1292744 - /tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 11:32:31 2012 New Revision: 1292744 URL: http://svn.apache.org/viewvc?rev=1292744&view=rev Log: Improve the Javadoc Modified: tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WebSock

svn commit: r1292743 - /tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 11:31:54 2012 New Revision: 1292743 URL: http://svn.apache.org/viewvc?rev=1292743&view=rev Log: Length not end Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java UR

svn commit: r1292742 - in /tomcat/trunk/java/org/apache/catalina/websocket: StreamInbound.java WsInputStream.java WsOutbound.java

2012-02-23 Thread markt
Author: markt Date: Thu Feb 23 11:30:55 2012 New Revision: 1292742 URL: http://svn.apache.org/viewvc?rev=1292742&view=rev Log: Handle close and pong control frames inside fragmented message. Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java tomcat/trunk/java/org

DO NOT REPLY [Bug 52744] [Jasper] JSP files are always recompiled in development mode

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52744 --- Comment #1 from xiaming 2012-02-23 09:29:31 UTC --- Created attachment 28370 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28370 Round off the difference and allow a error scope < 1000l Round off the difference and allow a

DO NOT REPLY [Bug 52744] [Jasper] JSP files are always recompiled in development mode

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52744 xiaming changed: What|Removed |Added Keywords||PatchAvailable -- Configure bugmail: ht

DO NOT REPLY [Bug 52744] New: [Jasper] JSP files are always recompiled in development mode

2012-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52744 Bug #: 52744 Summary: [Jasper] JSP files are always recompiled in development mode Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Linux

svn commit: r1292706 - in /tomcat/native/branches/1.1.x: build.xml native/include/tcn_version.h native/os/win32/libtcnative.rc native/src/sslcontext.c

2012-02-23 Thread mturk
Author: mturk Date: Thu Feb 23 08:45:32 2012 New Revision: 1292706 URL: http://svn.apache.org/viewvc?rev=1292706&view=rev Log: Bump versions to current candidate Modified: tomcat/native/branches/1.1.x/build.xml tomcat/native/branches/1.1.x/native/include/tcn_version.h tomcat/native/br

Re: WebSocket progress report

2012-02-23 Thread Mark Thomas
On 23/02/2012 01:32, Petr Praus wrote: > On Mon, Feb 20, 2012 at 16:19, Mark Thomas wrote: >> Haven't looked too hard at those yet. Assuming Java can tell the UTF-8 >> is invalid then handling that should be easy. >> > Yes, except that the java CharsetDecoder didn't seem to think that UTF-8 > sent