DO NOT REPLY [Bug 49122] Update of ROOT application index.html

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49122 --- Comment #9 from Mark Thomas ma...@apache.org 2011-04-29 11:00:02 UTC --- Test comment - please ignore -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 51136] New: Allow to set the context name through Tomcat's embeded class before adding it to the host

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51136 Bug #: 51136 Summary: Allow to set the context name through Tomcat's embeded class before adding it to the host Product: Tomcat 7 Version: trunk Platform: PC

DO NOT REPLY [Bug 51136] Allow to set the context name through Tomcat's embeded class before adding it to the host

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51136 --- Comment #1 from David Calavera david.calav...@gmail.com 2011-04-29 16:19:10 UTC --- Created attachment 26942 -- https://issues.apache.org/bugzilla/attachment.cgi?id=26942 patch that fix this issue -- Configure bugmail:

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #15 from Glen Taylor gtay...@pgac.com 2011-04-29 16:35:06 UTC --- May I ask why no provision was made for _configuring_ the Validator? I love the pluggable validation approach, but even the JDBC4 isValid() scenario has a

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #16 from Filip Hanik fha...@apache.org 2011-04-29 16:45:35 UTC --- I agree, I will add the setValidator method -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 51137] New: Please add MIME types for xslx, xslm, docx, docm since xls and doc already contained in web.xml have been replaced by these.

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51137 Bug #: 51137 Summary: Please add MIME types for xslx, xslm, docx, docm since xls and doc already contained in web.xml have been replaced by these. Product: Tomcat 7

DO NOT REPLY [Bug 51137] Please add MIME types for xslx, xslm, docx, docm since xls and doc already contained in web.xml have been replaced by these.

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51137 Mark Thomas ma...@apache.org changed: What|Removed |Added OS/Version||All

svn commit: r1097895 - in /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool: DataSourceProxy.java PoolConfiguration.java PoolProperties.java jmx/ConnectionPool.java

2011-04-29 Thread fhanik
Author: fhanik Date: Fri Apr 29 17:33:15 2011 New Revision: 1097895 URL: http://svn.apache.org/viewvc?rev=1097895view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 Add in setValidator to support dependency injection frameworks like Spring etc Modified:

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #17 from Filip Hanik fha...@apache.org 2011-04-29 17:47:17 UTC --- I added this in r1097895 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

svn commit: r1097899 - in /tomcat/trunk: java/org/apache/catalina/Context.java java/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2011-04-29 Thread markt
Author: markt Date: Fri Apr 29 17:49:37 2011 New Revision: 1097899 URL: http://svn.apache.org/viewvc?rev=1097899view=rev Log: Expose a container event for changing the session ID Modified: tomcat/trunk/java/org/apache/catalina/Context.java

MIME type additions

2011-04-29 Thread Rainer Jung
We recently had some mime type additions, and the new BZ 51137 asks for more. I did some checking between the mime type file of httpd 2.3 latest and TC. There are about 600 more mime types in the httpd file, some of them with more than one suffix. Some entries are inconsistent between the two

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #18 from Glen Taylor gtay...@pgac.com 2011-04-29 23:00:03 UTC --- Gah! To my previous comment (#15), I wired up a Validator class which also extends JdbcInterceptor (I'll attach separately). Since ConnectionPool.init()

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #19 from Glen Taylor gtay...@pgac.com 2011-04-29 23:01:59 UTC --- Created attachment 26944 -- https://issues.apache.org/bugzilla/attachment.cgi?id=26944 Example JDBC4 Validator/JdbcInjector implementation See my previous

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #20 from Glen Taylor gtay...@pgac.com 2011-04-29 23:13:43 UTC --- To be clear, please note that the example in #19 will NOT function correctly due to the issues discussed in #18. It was just to clarify the workaround I was