DO NOT REPLY [Bug 50504] New: Allow setting query string character set trough request attribute

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50504 Summary: Allow setting query string character set trough request attribute Product: Tomcat 7 Version: 7.0.5 Platform: All OS/Version: All Status: NEW

DO NOT REPLY [Bug 50504] Allow setting query string character set trough request attribute

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50504 --- Comment #1 from Attila Király kiralyattila...@gmail.com 2010-12-21 04:17:22 EST --- Created an attachment (id=26432) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26432) Patch implementing the suggestion + junit test

DO NOT REPLY [Bug 50504] Allow setting query string character set trough request attribute

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50504 Attila Király kiralyattila...@gmail.com changed: What|Removed |Added CC|

DO NOT REPLY [Bug 50342] Exception on the Host request-header field included colon(':')

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50342 --- Comment #4 from Kim Yong Hwan kni...@nhn.com 2010-12-21 04:40:46 EST --- Could you give more information when java.io.CharConversionException is thrown. In present, I do not know why the exception is thrown and what character is

svn commit: r1051433 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties WebappClassLoader.java

2010-12-21 Thread kfujino
Author: kfujino Date: Tue Dec 21 09:47:15 2010 New Revision: 1051433 URL: http://svn.apache.org/viewvc?rev=1051433view=rev Log: Fix webappClassLoader.clearJbdc message key and message in LocalStrings.properties. Jbdc is corrected to jdbc. Modified:

DO NOT REPLY [Bug 50505] New: 505 HTTP Version Not Supported

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50505 Summary: 505 HTTP Version Not Supported Product: Tomcat 6 Version: 6.0.29 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

svn commit: r1051439 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties

2010-12-21 Thread kfujino
Author: kfujino Date: Tue Dec 21 10:00:12 2010 New Revision: 1051439 URL: http://svn.apache.org/viewvc?rev=1051439view=rev Log: Backport r1051433 from trunk. This rev is a correction only of message. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties

buildbot success in ASF Buildbot on tomcat-6-trunk

2010-12-21 Thread buildbot
The Buildbot has detected a restored build of tomcat-6-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/173 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: Build Source Stamp: [branch

svn commit: r1051539 - /tomcat/trunk/java/org/apache/tomcat/util/threads/CounterLatch.java

2010-12-21 Thread fhanik
Author: fhanik Date: Tue Dec 21 16:14:24 2010 New Revision: 1051539 URL: http://svn.apache.org/viewvc?rev=1051539view=rev Log: make shared variable volatile Modified: tomcat/trunk/java/org/apache/tomcat/util/threads/CounterLatch.java Modified:

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

2010-12-21 Thread fhanik
Author: fhanik Date: Tue Dec 21 16:15:16 2010 New Revision: 1051540 URL: http://svn.apache.org/viewvc?rev=1051540view=rev Log: Allow to specify the test on the command line ant -Dtest.name=**/TestMax** test Without the parameter, the default is all tests as specified before Modified:

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

2010-12-21 Thread fhanik
Author: fhanik Date: Tue Dec 21 17:39:11 2010 New Revision: 1051576 URL: http://svn.apache.org/viewvc?rev=1051576view=rev Log: Allow to set log formatter when running Junit tests Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1051577 - /tomcat/trunk/modules/jdbc-pool/.classpath

2010-12-21 Thread fhanik
Author: fhanik Date: Tue Dec 21 17:40:34 2010 New Revision: 1051577 URL: http://svn.apache.org/viewvc?rev=1051577view=rev Log: Fix classpath Modified: tomcat/trunk/modules/jdbc-pool/.classpath Modified: tomcat/trunk/modules/jdbc-pool/.classpath URL:

svn commit: r1051578 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java JIoEndpoint.java NioEndpoint.java

2010-12-21 Thread fhanik
Author: fhanik Date: Tue Dec 21 17:40:57 2010 New Revision: 1051578 URL: http://svn.apache.org/viewvc?rev=1051578view=rev Log: refactor latch usage, since its shared by all connectors Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1051682 - in /tomcat/trunk/java/org/apache/tomcat/util/threads: LocalStrings.properties ThreadPoolExecutor.java res/LocalStrings.properties res/LocalStrings_es.properties res/LocalStrings

2010-12-21 Thread slaurent
Author: slaurent Date: Tue Dec 21 22:26:55 2010 New Revision: 1051682 URL: http://svn.apache.org/viewvc?rev=1051682view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 - merged LocalStrings.properties file from package

DO NOT REPLY [Bug 50462] xalan import should not be optional in maven-bundle-plugin

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50462 --- Comment #3 from Rex Wang rwo...@gmail.com 2010-12-21 21:15:19 EST --- (In reply to comment #2) It's marked optional in Maven as it is only needed if someone is using the XML tags. Is there a way to mimic that with the OSGi

DO NOT REPLY [Bug 50414] tlv package cause another split package issue in impl and jstlel bundles

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50414 --- Comment #5 from Rex Wang rwo...@gmail.com 2010-12-21 21:18:04 EST --- sure. will do. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

Re: svn commit: r1051539 - /tomcat/trunk/java/org/apache/tomcat/util/threads/CounterLatch.java

2010-12-21 Thread sebb
On 21 December 2010 16:14, fha...@apache.org wrote: Author: fhanik Date: Tue Dec 21 16:14:24 2010 New Revision: 1051539 URL: http://svn.apache.org/viewvc?rev=1051539view=rev Log: make shared variable volatile Modified:    

DO NOT REPLY [Bug 50064] bundle-ify the taglibs jars

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064 --- Comment #10 from Rex Wang rwo...@gmail.com 2010-12-21 21:43:05 EST --- hi should we also remove the dependency in jstlel and compat? dependency groupIdxalan/groupId artifactIdxalan/artifactId version2.7.1/version

DO NOT REPLY [Bug 50250] Split package issue in impl and jstlel bundles

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50250 Rex Wang rwo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: DO NOT REPLY [Bug 50462] xalan import should not be optional in maven-bundle-plugin

2010-12-21 Thread Jeremy Boynes
On Dec 21, 2010, at 6:15 PM, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=50462 --- Comment #3 from Rex Wang rwo...@gmail.com 2010-12-21 21:15:19 EST --- (In reply to comment #2) It's marked optional in Maven as it is only needed if someone is using the

Re: [taglibs] XPath support

2010-12-21 Thread Rex Wang
2010/10/3 Jeremy Boynes jboy...@apache.org On Jul 15, 2010, at 12:19 AM, Henri Yandell wrote: On Wed, Jul 14, 2010 at 8:45 PM, Jeremy Boynes jboy...@apache.org wrote: On Jul 12, 2010, at 7:04 PM, Jeremy Boynes wrote: I'm going to ping Xalan about the increase in time taken as

DO NOT REPLY [Bug 50064] bundle-ify the taglibs jars

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Depends on||50414, 50462 --

DO NOT REPLY [Bug 50414] tlv package cause another split package issue in impl and jstlel bundles

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50414 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Blocks||50064 --

DO NOT REPLY [Bug 50462] xalan import should not be optional in maven-bundle-plugin

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50462 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Blocks||50064 --

DO NOT REPLY [Bug 50068] Memory leak with Driver registration

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50068 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50263] README_src.txt out of date

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50263 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50511] New: WARNING about Internal Dummy Connection of Apache

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511 Summary: WARNING about Internal Dummy Connection of Apache Product: Tomcat Connectors Version: 1.2.30 Platform: Other OS/Version: Linux Status: NEW Severity: normal

DO NOT REPLY [Bug 50511] WARNING about Internal Dummy Connection of Apache

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511 --- Comment #1 from kikuchi yu kikuchi...@jp.fujitsu.com 2010-12-22 00:02:09 EST --- Created an attachment (id=26438) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26438) ignore the request which uri matches * -- Configure

Re: DO NOT REPLY [Bug 50462] xalan import should not be optional in maven-bundle-plugin

2010-12-21 Thread Rex Wang
2010/12/22 Jeremy Boynes jboy...@apache.org On Dec 21, 2010, at 6:15 PM, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=50462 --- Comment #3 from Rex Wang rwo...@gmail.com 2010-12-21 21:15:19 EST --- (In reply to comment #2) It's marked optional in

OAuth Support in Tomcat

2010-12-21 Thread Andrew Salamatov
Hi, I was wondering if there are any plans to build an OAuth stack into the Tomcat server to support OAuth 2.0 flows, instead of forcing the hosted applications to build the logic themselves. Thanks, -Andrew

Re: DO NOT REPLY [Bug 50462] xalan import should not be optional in maven-bundle-plugin

2010-12-21 Thread Jeremy Boynes
On Dec 21, 2010, at 10:28 PM, Rex Wang wrote: 2010/12/22 Jeremy Boynes jboy...@apache.org Perhaps the changes needed to address the performance issue in #27717 are relevant here. These stem from issues in Xalan's implementation which would also apply if we tried to use the JDK's