[Tomcat Wiki] Update of "VietcombankCardif" by VietcombankCardif

2012-02-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "VietcombankCardif" page has been changed by VietcombankCardif: http://wiki.apache.org/tomcat/VietcombankCardif New page: ##language:en == Your Name == Email:thuy.trinhtr...@vcli.v

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

2012-02-08 Thread kfujino
Author: kfujino Date: Wed Feb 8 08:17:56 2012 New Revision: 1241809 URL: http://svn.apache.org/viewvc?rev=1241809&view=rev Log: Alternative patch 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/STATU

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

2012-02-08 Thread kfujino
Author: kfujino Date: Wed Feb 8 08:19:04 2012 New Revision: 1241810 URL: http://svn.apache.org/viewvc?rev=1241810&view=rev Log: Alternative patch 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/STATU

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

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #30 from Mark Thomas 2012-02-08 08:33:37 UTC --- The origin changes look good. I'll incorporate them shortly. Regarding the changes to createWebSocketInbound, I understand passing the protocol but why pass the HttpServletReques

svn commit: r1241820 - in /tomcat/trunk/java/org/apache: catalina/websocket/StreamInbound.java catalina/websocket/WsInputStream.java coyote/http11/upgrade/UpgradeInbound.java coyote/http11/upgrade/Upg

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 08:53:22 2012 New Revision: 1241820 URL: http://svn.apache.org/viewvc?rev=1241820&view=rev Log: Fix some generics warnings Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java tomcat/trunk/java/org/apache/catalina/websocket/WsInputStr

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

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 08:54:07 2012 New Revision: 1241822 URL: http://svn.apache.org/viewvc?rev=1241822&view=rev Log: Provide a hook to check the origin. Based on a patch by Johno Crawford. Modified: tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java Modified: tom

DO NOT REPLY [Bug 52624] New: Include the machine hostname in the response sent by mod_jk when an HTTP error occurs between mod_jk and a downstream application

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52624 Bug #: 52624 Summary: Include the machine hostname in the response sent by mod_jk when an HTTP error occurs between mod_jk and a downstream application Product: Tomca

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

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #31 from Johno Crawford 2012-02-08 10:37:53 UTC --- Flexibility more than anything, the developer may require access to the request in order to determine / set the initial state of the socket or application. I will try and look

DO NOT REPLY [Bug 49035] data lost when post a multipart/form-data form

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49035 --- Comment #3 from m8r-3mye...@thisisnotmyrealemail.com 2012-02-08 12:29:38 UTC --- setting the packetSize Attribute in jboss server.xml fixed the problem for me -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?ta

svn commit: r1241891 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 13:26:26 2012 New Revision: 1241891 URL: http://svn.apache.org/viewvc?rev=1241891&view=rev Log: Restore method required for JSR 77. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified: tomcat/trunk/java/org/apache/catalina/core/St

svn commit: r1241892 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardWrapper.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 13:28:05 2012 New Revision: 1241892 URL: http://svn.apache.org/viewvc?rev=1241892&view=rev Log: Remove deprecation. Required by JSR-77. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified: tomcat/tc7.0.x/trunk/java/org/ap

Re: svn commit: r1241891 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2012-02-08 Thread Rainer Jung
Hi Mark, On 08.02.2012 14:26, ma...@apache.org wrote: Author: markt Date: Wed Feb 8 13:26:26 2012 New Revision: 1241891 URL: http://svn.apache.org/viewvc?rev=1241891&view=rev Log: Restore method required for JSR 77. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.jav

Re: svn commit: r1241891 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2012-02-08 Thread Rainer Jung
Hi Mark, On 08.02.2012 14:26, ma...@apache.org wrote: Author: markt Date: Wed Feb 8 13:26:26 2012 New Revision: 1241891 URL: http://svn.apache.org/viewvc?rev=1241891&view=rev Log: Restore method required for JSR 77. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.jav

DO NOT REPLY [Bug 52624] Include the machine hostname in the response sent by mod_jk when an HTTP error occurs between mod_jk and a downstream application

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52624 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1241908 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 14:32:44 2012 New Revision: 1241908 URL: http://svn.apache.org/viewvc?rev=1241908&view=rev Log: Add missing call to handleThrowable Modified: tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java Modified: tomcat/trunk/java/org/apache/catalina/mbeans/MB

svn commit: r1241909 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 14:33:23 2012 New Revision: 1241909 URL: http://svn.apache.org/viewvc?rev=1241909&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52591 Skip attributes where getters throw UnsupportedOperationException Modified: tomcat/trunk/java/org/apache/

svn commit: r1241911 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 14:34:00 2012 New Revision: 1241911 URL: http://svn.apache.org/viewvc?rev=1241911&view=rev Log: Fix catalinaBase property Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-des

svn commit: r1241913 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/mbeans/MBeanDumper.java webapps/docs/changelog.xml

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 14:39:50 2012 New Revision: 1241913 URL: http://svn.apache.org/viewvc?rev=1241913&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52591 Skip attributes where getters throw UnsupportedOperationException Modified: tomcat/tc7.0.x/trunk/ (prop

DO NOT REPLY [Bug 52591] UnsupportedOperationException logged when fetching BasicDataSource 'loginTimeout'

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52591 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Tomcat Wiki] Update of "Susan Fernandez" by Susan Fernandez

2012-02-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Susan Fernandez" page has been changed by Susan Fernandez: http://wiki.apache.org/tomcat/Susan%20Fernandez New page: Euro Championship 2012 Euro Championship 2012, European Footba

svn commit: r1241982 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 17:12:08 2012 New Revision: 1241982 URL: http://svn.apache.org/viewvc?rev=1241982&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52606 Ensure replayed POST bodies are available when using AJP Modified: tomcat/trunk/java/org/apache/coyote/aj

svn commit: r1241985 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AbstractAjpProcessor.java webapps/docs/changelog.xml

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 17:14:46 2012 New Revision: 1241985 URL: http://svn.apache.org/viewvc?rev=1241985&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52606 Ensure replayed POST bodies are available when using AJP Modified: tomcat/tc7.0.x/trunk/ (props changed

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

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 17:23:53 2012 New Revision: 1241994 URL: http://svn.apache.org/viewvc?rev=1241994&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=1

DO NOT REPLY [Bug 52606] FORM authentication POST replay broken for AJP

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52606 Mark Thomas changed: What|Removed |Added Component|Connectors |Connectors Version|7.0.25

DO NOT REPLY [Bug 52607] It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52607 --- Comment #1 from Mark Thomas 2012-02-08 17:29:01 UTC --- I'm tempted by 2 (I like the easy life) but I'll take a look at 1 and see if there is a way to add the directories defined by catalina.ext.dirs to the shared class loader. -- Con

[Tomcat Wiki] Update of "Logging_Tutorial" by ole

2012-02-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Logging_Tutorial" page has been changed by ole: http://wiki.apache.org/tomcat/Logging_Tutorial?action=diff&rev1=5&rev2=6 in particular the sections related to configuring Tomca

DO NOT REPLY [Bug 52607] It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52607 --- Comment #2 from Mark Thomas 2012-02-08 20:14:22 UTC --- I've done some svn archaeology and r302820 is most enlightening. Originally, only java.ext.dirs was supported. r302820 was the start of exposing the common and shared class loader

svn commit: r1242099 - in /tomcat/trunk/java/org/apache/catalina: core/StandardServer.java util/ExtensionValidator.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:15:07 2012 New Revision: 1242099 URL: http://svn.apache.org/viewvc?rev=1242099&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52607 The ExtensionValidator needs to be aware of the classes in the shared and common loaders. Modified: tomca

svn commit: r1242101 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardServer.java java/org/apache/catalina/util/ExtensionValidator.java webapps/docs/changelog.xml

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:19:36 2012 New Revision: 1242101 URL: http://svn.apache.org/viewvc?rev=1242101&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52607 The ExtensionValidator needs to be aware of the classes in the shared and common loaders. Modified: tomca

DO NOT REPLY [Bug 52607] It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52607 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1242110 - in /tomcat/trunk/java/org/apache/catalina/loader: StandardClassLoader.java StandardClassLoaderMBean.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:35:28 2012 New Revision: 1242110 URL: http://svn.apache.org/viewvc?rev=1242110&view=rev Log: Deprecated the StandardClassLoader since it is just a normal URLClassLoader Modified: tomcat/trunk/java/org/apache/catalina/loader/StandardClassLoader.java tomcat

svn commit: r1242111 - in /tomcat/trunk: build.xml java/org/apache/catalina/loader/StandardClassLoader.java java/org/apache/catalina/loader/StandardClassLoaderMBean.java java/org/apache/catalina/start

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:36:12 2012 New Revision: 1242111 URL: http://svn.apache.org/viewvc?rev=1242111&view=rev Log: Remove StandardClassLoader Removed: tomcat/trunk/java/org/apache/catalina/loader/StandardClassLoader.java tomcat/trunk/java/org/apache/catalina/loader/StandardCla

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

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:36:36 2012 New Revision: 1242112 URL: http://svn.apache.org/viewvc?rev=1242112&view=rev Log: Remove patterns that match files that no longer exist Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1242113 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/StandardClassLoader.java java/org/apache/catalina/loader/StandardClassLoaderMBean.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:37:36 2012 New Revision: 1242113 URL: http://svn.apache.org/viewvc?rev=1242113&view=rev Log: Deprecate code that will be removed in 8.0.x Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/StandardClass

svn commit: r1242125 - /tomcat/trunk/java/org/apache/catalina/core/StandardHost.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:54:07 2012 New Revision: 1242125 URL: http://svn.apache.org/viewvc?rev=1242125&view=rev Log: Remove dependency on ValveBase Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHost.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHo

svn commit: r1242126 - /tomcat/trunk/java/org/apache/catalina/core/StandardPipeline.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 21:54:46 2012 New Revision: 1242126 URL: http://svn.apache.org/viewvc?rev=1242126&view=rev Log: Remove another ValveBase reference Modified: tomcat/trunk/java/org/apache/catalina/core/StandardPipeline.java Modified: tomcat/trunk/java/org/apache/catalina/core/St

svn commit: r1242142 - /tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java

2012-02-08 Thread markt
Author: markt Date: Wed Feb 8 22:19:03 2012 New Revision: 1242142 URL: http://svn.apache.org/viewvc?rev=1242142&view=rev Log: Use interface rather than standard implementation Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java Modified: tomcat/trunk/java/org/apac

DO NOT REPLY [Bug 52627] New: Segmentation in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 Bug #: 52627 Summary: Segmentation in org.apache.tomcat.jni.File.infoGet() native method Product: Tomcat Native Version: 1.1.22 Platform: Macintosh Statu

DO NOT REPLY [Bug 52627] Segmentation in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 Ilya Maykov changed: What|Removed |Added OS/Version||All Severity|normal

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 Ilya Maykov changed: What|Removed |Added Summary|Segmentation in |Segmentation fault in

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #1 from Mark Thomas 2012-02-08 22:28:22 UTC --- For the record, Tomcat doesn't use that method. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #2 from Ilya Maykov 2012-02-08 22:36:42 UTC --- Right. But the tomcat-native library is open-source so it's possible to use it in any Java (Scala, Clojure, Groovy, ...) project that's license-compatible with the Apache license,

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #3 from Ilya Maykov 2012-02-08 22:46:04 UTC --- Created attachment 28292 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28292 Proposed patch Here is my proposed bugfix, which uses memset() to zero-out the stack-allo

答复: [Tomcat Wiki] Update of "Logging_Tutorial" by ole

2012-02-08 Thread 剑白
reply to this mail -邮件原件- 发件人: Apache Wiki [mailto:wikidi...@apache.org] 发送时间: 2012年2月9日 2:21 收件人: Apache Wiki 主题: [Tomcat Wiki] Update of "Logging_Tutorial" by ole Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Loggin

Re: WebSocket progress report

2012-02-08 Thread Petr Praus
On Tue, Feb 7, 2012 at 03:47, Mark Thomas wrote: > On 07/02/2012 02:23, Jonathan Drake wrote: > > I'm one the three CS grad students working on WebSocket (along with Petr > > Praus). > > > > Just wanted to give an update on our progress, to let you know what we're > > working on: > > > > Adding s

[Tomcat Wiki] Update of "jeremiahlevinson" by jeremiahlevinson

2012-02-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "jeremiahlevinson" page has been changed by jeremiahlevinson: http://wiki.apache.org/tomcat/jeremiahlevinson New page: '''Cheltenham Festival Tips''' You don’t get many odds-on fa