Re: New connector sandbox

2011-04-11 Thread Konstantin Kolinko
2011/4/11 Mladen Turk : > Hi, > > I plan to create a > sandbox/connectors/native/iis7 > for a native IIS7 C++ connector > (since Microsoft deprecated ISAPI) > > Any objections? > I do not mind. Though 1) Do you need those immediate levels? Will there be anything in them? I guess the code will go

Re: New connector sandbox

2011-04-11 Thread Tim Whittington
On Mon, Apr 11, 2011 at 6:17 PM, Mladen Turk wrote: > Hi, > > I plan to create a > sandbox/connectors/native/iis7 > for a native IIS7 C++ connector > (since Microsoft deprecated ISAPI) > > Any objections? We're only just getting the ISAPI one working properly ;) +1 from me - let me know if you w

svn commit: r1090958 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 07:49:28 2011 New Revision: 1090958 URL: http://svn.apache.org/viewvc?rev=1090958&view=rev Log: Some debug logging and comments for transfer-encoding: chunked requests Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk

svn commit: r1090965 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 08:03:18 2011 New Revision: 1090965 URL: http://svn.apache.org/viewvc?rev=1090965&view=rev Log: Fix header processing when ISAPI Redirector is used in extension only mode (legacy). Redirector headers are not present when HttpFilterProc is bypassed, but the code assu

DO NOT REPLY [Bug 48940] IIS to Tomcat occasionally fails on POST with T-E chunked header

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48940 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50975] IIS connector times out on Transfer Encoded content, never sending the chunked content

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50975 Tim Whittington changed: What|Removed |Added CC||bgstew...@covad.net --- Comment

svn commit: r1090973 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 08:23:46 2011 New Revision: 1090973 URL: http://svn.apache.org/viewvc?rev=1090973&view=rev Log: Suppressing sending of Content-Length header at all times that it shouldn't be sent (Content-Length > 4GB and Transfer-Encoding:chunked). IIS appears to provide a Content-

svn commit: r1090984 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 09:13:47 2011 New Revision: 1090984 URL: http://svn.apache.org/viewvc?rev=1090984&view=rev Log: Fixing debug logging for forwarded headers to not crash, and to include explicit Content-Length: 0 added for AJP13. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plug

Re: New connector sandbox

2011-04-11 Thread Mladen Turk
On 04/11/2011 09:00 AM, Konstantin Kolinko wrote: 2011/4/11 Mladen Turk: Hi, I plan to create a sandbox/connectors/native/iis7 for a native IIS7 C++ connector (since Microsoft deprecated ISAPI) Any objections? I do not mind. Though 1) Do you need those immediate levels? Will there be anyth

DO NOT REPLY [Bug 47679] Not all headers get passed to Tomcat server from isapi_redirect.dll

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47679 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50975] IIS connector times out on Transfer Encoded content, never sending the chunked content

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50975 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1090995 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 09:51:55 2011 New Revision: 1090995 URL: http://svn.apache.org/viewvc?rev=1090995&view=rev Log: Updating changelog with fixes for 47679 and 50975 Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.

DO NOT REPLY [Bug 51050] New: MIME types for m4a & m4v files

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51050 Summary: MIME types for m4a & m4v files Product: Tomcat 7 Version: 7.0.12 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Comp

Re: svn commit: r1086706 - in /tomcat/trunk/java/org/apache/catalina: Realm.java authenticator/SpnegoAuthenticator.java realm/CombinedRealm.java realm/LocalStrings.properties realm/LockOutRealm.java r

2011-04-11 Thread Filip Hanik - Dev Lists
On 4/7/2011 7:14 PM, Konstantin Kolinko wrote: 2011/4/8 Filip Hanik - Dev Lists: On 3/29/2011 2:05 PM, ma...@apache.org wrote: + * @param certs The gssContext processed by the {@link Authenticator}. + */ +public Principal authenticate(GSSContext gssContext); + + we can continue to

DO NOT REPLY [Bug 36155] tomcat chooses wrong host if using mod_jk

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36155 Tim Whittington changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 36362] missing check for Java reserved keywords in tag file processing

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36362 --- Comment #2 from erickso...@yahoo.com 2011-04-11 16:43:20 EDT --- I couldn't find anything in the specification that requires attribute names to be valid Java identifiers, or prohibits them from being reserved Java keywords. I believe re

DO NOT REPLY [Bug 36362] missing check for Java reserved keywords in tag file processing

2011-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36362 --- Comment #3 from Mark Thomas 2011-04-11 18:32:08 EDT --- Yep, I was reading JSP.8.3 too quickly. I'll revert the 7.0.x fix and withdraw the patch proposals while I take a second look at this. -- Configure bugmail: https://issues.apache

svn commit: r1091236 - /tomcat/trunk/java/org/apache/jasper/compiler/Parser.java

2011-04-11 Thread markt
Author: markt Date: Mon Apr 11 22:33:50 2011 New Revision: 1091236 URL: http://svn.apache.org/viewvc?rev=1091236&view=rev Log: Revert fix https://issues.apache.org/bugzilla/show_bug.cgi?id=36362 JSP.8.3 does not limit the name of attributes defined in tag files Modified: tomcat/trunk/java/org

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

2011-04-11 Thread markt
Author: markt Date: Mon Apr 11 22:35:01 2011 New Revision: 1091237 URL: http://svn.apache.org/viewvc?rev=1091237&view=rev Log: Withdraw invalid fix 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/STAT

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

2011-04-11 Thread markt
Author: markt Date: Mon Apr 11 22:35:36 2011 New Revision: 1091238 URL: http://svn.apache.org/viewvc?rev=1091238&view=rev Log: Withdraw invalid fix 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/STAT

svn commit: r1091239 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

2011-04-11 Thread markt
Author: markt Date: Mon Apr 11 22:36:19 2011 New Revision: 1091239 URL: http://svn.apache.org/viewvc?rev=1091239&view=rev Log: No longer used Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.p

svn commit: r1091244 - /tomcat/trunk/webapps/docs/changelog.xml

2011-04-11 Thread markt
Author: markt Date: Mon Apr 11 22:48:22 2011 New Revision: 1091244 URL: http://svn.apache.org/viewvc?rev=1091244&view=rev Log: Needs re-thinking Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

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

2011-04-11 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 has an issue affecting its community integration. Th