DO NOT REPLY [Bug 48423] It is impossible to configure isapi redirector for "JK 1.0" on XP

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48423 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48083] IIS7 with Tomcat-Connector

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48083 --- Comment #2 from Tim Whittington 2010-01-03 23:51:29 UTC --- I've used the Tomcat Connector successfully on IIS 7 type servers (Vista, Windows 7 and Windows 2008) without issue. -- Configure bugmail: https://issues.apache.org/bugzilla

DO NOT REPLY [Bug 47806] HTTP 500 internal server error

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47806 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 41170] single crlf in header termination crashes app.

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41170 --- Comment #2 from Tim Whittington 2010-01-03 23:32:14 UTC --- I don't believe this is a bug in the IIS connector. The docs for HSE_REQ_SEND_RESPONSE_HEADER indicate (in classic IIS style) that if you supply your own headers, you need to

DO NOT REPLY [Bug 48464] Feature request: startup.bat: -title option needed

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48464 LiuYan 刘研 changed: What|Removed |Added Attachment #24788|0 |1 is obsolete|

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-03 Thread Tim Whittington
We've experienced similar issues integrating lots of third party libraries (Tomcat being one of them) into our OSGi runtime. Essentially this boils down to OSGi liking extension functionality to be provided by instantiation in the providing bundles, and publication using OSGi services. (i.e.

DO NOT REPLY [Bug 48424] Keep same logic for creating the objectnames for connector mbeans

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48424 --- Comment #1 from Ivan 2010-01-03 18:05:28 UTC --- Created an attachment (id=24789) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24789) Use the same logic for creating connector ObjectName -- Configure bugmail: https://iss

Re: [VOTE] Release build 6.0.22

2010-01-03 Thread Konstantin Kolinko
2010/1/1 Mark Thomas : > > I saw that but wasn't too bothered about it. The issue was the corrupted > binaries in both the src distros. > >>> A number of >>> binary files of various types (.exe, gif, bmp) look to have been >>> modified. Further investigation shows the fail-safe EOL patch wasn't >>>

Removal of libtcnative-1.dll files from /dist

2010-01-03 Thread Konstantin Kolinko
Hi, all! I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries Those were the wrong ones, dynamically linked with apr and ssl, as already discussed in the "[VOTE] Release build 6.0.21" thread. I hope that nobody min

Bug report for Tomcat Native [2010/01/03]

2010-01-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2010/01/03]

2010-01-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2010/01/03]

2010-01-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2010/01/03]

2010-01-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2010/01/03]

2010-01-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2010/01/03]

2010-01-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r895465 - /tomcat/trunk/java/org/apache/jasper/compiler/Validator.java

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 19:02:13 2010 New Revision: 895465 URL: http://svn.apache.org/viewvc?rev=895465&view=rev Log: Fix odd whitespace - no functional change Modified: tomcat/trunk/java/org/apache/jasper/compiler/Validator.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/

svn commit: r895436 - in /tomcat/trunk/java/org/apache/jasper/compiler: ELNode.java Node.java

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 16:11:27 2010 New Revision: 895436 URL: http://svn.apache.org/viewvc?rev=895436&view=rev Log: Suppress some invalid compiler warnings Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELNode.java tomcat/trunk/java/org/apache/jasper/compiler/Node.java M

svn commit: r895433 - /tomcat/trunk/java/org/apache/jasper/compiler/Validator.java

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 16:10:27 2010 New Revision: 895433 URL: http://svn.apache.org/viewvc?rev=895433&view=rev Log: Remove some declared exceptions that are never thrown Modified: tomcat/trunk/java/org/apache/jasper/compiler/Validator.java Modified: tomcat/trunk/java/org/apache/jasp

svn commit: r895429 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java compiler/JspReader.java compiler/ServletWriter.java runtime/PageContextImpl.java servlet/JspServletWrapper.jav

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 16:03:29 2010 New Revision: 895429 URL: http://svn.apache.org/viewvc?rev=895429&view=rev Log: Remove some declared exceptions that are never thrown Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java tomcat/trunk/java/org/apache/jasper/c

svn commit: r895428 - /tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 15:58:39 2010 New Revision: 895428 URL: http://svn.apache.org/viewvc?rev=895428&view=rev Log: Remove unused methods Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagFileProces

svn commit: r895423 - in /tomcat/trunk/java/org/apache/jasper/runtime: JspContextWrapper.java ProtectedFunctionMapper.java

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 15:43:37 2010 New Revision: 895423 URL: http://svn.apache.org/viewvc?rev=895423&view=rev Log: Mark the implementations of deprecated methods as deprecated Modified: tomcat/trunk/java/org/apache/jasper/runtime/JspContextWrapper.java tomcat/trunk/java/org/apac

svn commit: r895422 - /tomcat/trunk/java/org/apache/jasper/JspC.java

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 15:42:57 2010 New Revision: 895422 URL: http://svn.apache.org/viewvc?rev=895422&view=rev Log: Don't use deprecated methods. Use recommended alternative. Modified: tomcat/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/trunk/java/org/apache/jasper/JspC.j

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

2010-01-03 Thread kkolinko
Author: kkolinko Date: Sun Jan 3 15:22:09 2010 New Revision: 895420 URL: http://svn.apache.org/viewvc?rev=895420&view=rev Log: change vote 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?r

DO NOT REPLY [Bug 48464] Feature request: startup.bat: -title option needed

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48464 --- Comment #8 from Konstantin Kolinko 2010-01-03 06:57:53 UTC --- Re Comment 4: > If %CD% contains "&" character, the startup.bat will failed at Fixed in trunk (r895191, r895392), proposed for TC 6.0 -- Configure bugmail: https://issues

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

2010-01-03 Thread kkolinko
Author: kkolinko Date: Sun Jan 3 14:54:30 2010 New Revision: 895400 URL: http://svn.apache.org/viewvc?rev=895400&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?rev=

svn commit: r895392 - in /tomcat/trunk/bin: catalina.bat digest.bat service.bat setclasspath.bat shutdown.bat startup.bat tool-wrapper.bat version.bat

2010-01-03 Thread kkolinko
Author: kkolinko Date: Sun Jan 3 14:02:31 2010 New Revision: 895392 URL: http://svn.apache.org/viewvc?rev=895392&view=rev Log: Followup to r895191 Fix calling Tomcat Windows scripts from a directory containing '&' character, and allow to use this character in the names of CATALINA_HOME/CATALINA_B

DO NOT REPLY [Bug 48464] Feature request: startup.bat: -title option needed

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48464 --- Comment #7 from Konstantin Kolinko 2010-01-03 05:03:25 UTC --- Re startup.bat: Please note, that since TC 6.0.16/5.5.26 you can create %CATALINA_BASE%/bin/setenv.bat, and place your instance-specific variable assignments there. Also

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

2010-01-03 Thread kkolinko
Author: kkolinko Date: Sun Jan 3 12:41:05 2010 New Revision: 895379 URL: http://svn.apache.org/viewvc?rev=895379&view=rev Log: vote 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?rev=8953

svn commit: r895369 - /tomcat/trunk/java/org/apache/jasper/runtime/PageContextImpl.java

2010-01-03 Thread markt
Author: markt Date: Sun Jan 3 11:32:32 2010 New Revision: 895369 URL: http://svn.apache.org/viewvc?rev=895369&view=rev Log: Mark the implementations of deprecated methods as deprecated Modified: tomcat/trunk/java/org/apache/jasper/runtime/PageContextImpl.java Modified: tomcat/trunk/java/org

DO NOT REPLY [Bug 10175] Welcome file absent from standard-examples.war in Standard Taglib 1.0

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10175 Henri Yandell changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugmail: http

DO NOT REPLY [Bug 9968] c:url prepends path to page relative URLs

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=9968 Henri Yandell changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugmail: https

DO NOT REPLY [Bug 9581] update SQL examples to allow for the inputting of dataSource username and password

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=9581 Henri Yandell changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugmail: https

DO NOT REPLY [Bug 9257] ELParser doesn't parse non-ascii value

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=9257 Henri Yandell changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugmail: https

DO NOT REPLY [Bug 8723] use of xsltSystemID does not take effect if xslt attribute has an object exported by x:parse as a value

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=8723 Henri Yandell changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugmail: https

DO NOT REPLY [Bug 8694] Exception when trying to acces the Map.entry components while using c:forEach fails to iterate over a java.util.HashMap

2010-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=8694 Henri Yandell changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugmail: https