[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS) [PATCH]

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54618 --- Comment #14 from Matthew de Detrich --- I agree that this is something that should be able to be implemented without having to edit application code, particularly if it prevents the issues regarding ordering that Konstantin Kolinko ment

[Bug 56667] "commit_all_members" logs wrong "to" activation state

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56667 --- Comment #3 from Martin Knoblauch --- Hi Rainer, thanks. Sorry for the stupid question: how can I check out the current source for mod_jk? Likely a FAQ, I know ... Martin -- You are receiving this mail because: You are the assignee

[Bug 56667] "commit_all_members" logs wrong "to" activation state

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56667 --- Comment #4 from Rainer Jung --- The sources are in subversion, so it would be svn checkout http://svn.apache.org/repos/asf/tomcat/jk/trunk The mod_jk sources are in the sub directory "native". Now since this is native code, autotools

[Bug 56667] "commit_all_members" logs wrong "to" activation state

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56667 --- Comment #5 from Martin Knoblauch --- Hi Rainer, just found out myself. Should have asked earlier :-) Sure, I am aware that this is a development snapshot. I will use it with utmost care. Thanks Martin -- You are receiving this mai

svn commit: r1613066 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 10:57:26 2014 New Revision: 1613066 URL: http://svn.apache.org/r1613066 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53198 driverClassName should not be mandatory https://issues.apache.org/bugzilla/show_bug.cgi?id=53198 Modified: tomcat/trunk/mo

svn commit: r1613111 - in /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test: TestSlowQueryReport.java TestValidationQueryTimeout.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:17:46 2014 New Revision: 1613111 URL: http://svn.apache.org/r1613111 Log: Make tests pass by properly using the mock objects and not rely on a pre existing table. Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQu

svn commit: r1613112 - /tomcat/trunk/modules/jdbc-pool/pom.xml

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:18:06 2014 New Revision: 1613112 URL: http://svn.apache.org/r1613112 Log: Code depends on DBCP2 from Tomcat Modified: tomcat/trunk/modules/jdbc-pool/pom.xml Modified: tomcat/trunk/modules/jdbc-pool/pom.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/mod

[jira] [Commented] (MTOMCAT-128) The plugin ignores and/or parses web.xml incorrectally when using tomcatWebXml option

2014-07-24 Thread JIRA
[ https://issues.apache.org/jira/browse/MTOMCAT-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073182#comment-14073182 ] Manuel Pereira González commented on MTOMCAT-128: - Hello, we are in the s

svn commit: r1613123 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java test/java/org/apache/tomcat/jdbc/bugs/Bug53367.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:42:38 2014 New Revision: 1613123 URL: http://svn.apache.org/r1613123 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Properly handle interrupts in the FairBlockingQueue https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Added: tomca

[Bug 53198] 'driverClassName' Data Source Property Being Mandatory

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53198 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53367] Database failure may cause pool to hang

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 --- Comment #13 from Filip Hanik --- Fixed in trunk at r1613123 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-u

svn commit: r1613135 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:50:23 2014 New Revision: 1613135 URL: http://svn.apache.org/r1613135 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Assume error until proven otherwise Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/Fai

svn commit: r1613137 - in /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java test/java/org/apache/tomcat/jdbc/bugs/Bug53367.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 14:00:38 2014 New Revision: 1613137 URL: http://svn.apache.org/r1613137 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Fix interrupt handling in the FairBlockingQueue Added: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/test/java/org/apache/tom

buildbot success in ASF Buildbot on tomcat-trunk

2014-07-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/279 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 53367] Database failure may cause pool to hang

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Filip Hanik changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 53367] Database failure may cause pool to hang

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 --- Comment #15 from Filip Hanik --- Flag correction in trunk r1613135 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail

buildbot failure in ASF Buildbot on tomcat-trunk

2014-07-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/280 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-07-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/192 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56770] New: Add worker name to logging entries

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 Bug ID: 56770 Summary: Add worker name to logging entries Product: Tomcat Connectors Version: 1.2.40 Hardware: PC OS: Linux Status: NEW Severity: en

[Bug 56770] Add worker name to logging entries

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 --- Comment #2 from Martin Knoblauch --- Created attachment 31847 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31847&action=edit Patched source file -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56770] Add worker name to logging entries

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 --- Comment #1 from Martin Knoblauch --- Created attachment 31846 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31846&action=edit Patrch to add worker name -- You are receiving this mail because: You are the assignee for the

[Bug 47714] Reponse mixed between users

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 Victor changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Bug 56764] ServletContext should respect order of Filter registrations

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56764 --- Comment #2 from rstoyanc...@yahoo.com --- Is the order respected? They appear to be stored in a HashMap: https://github.com/apache/tomcat/blob/trunk/java/org/apache/catalina/core/StandardContext.java#L398 -- You are receiving this mai

[Bug 56586] initSQL should be committed if defaultAutoCommit == false

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56586 --- Comment #5 from Wes Clark --- I agree with the filer. Alternately, turn on autocommit when running the initialization SQL, then if configured to be off, turn it back off. -- You are receiving this mail because: You are the assignee f

[Bug 47714] Reponse mixed between users

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #19 from Kevin J Walters --- My general conclusion in this area is anything that's effectively doing rpc should be using some sort of id to match requests and responses and allow the client to discard/warn/retry on mismatches. T

[Bug 56764] ServletContext should respect order of Filter registrations

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56764 Christopher Schultz changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

[Bug 47714] Response mixed between users

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 Christopher Schultz changed: What|Removed |Added Summary|Reponse mixed between users |Response mixed between

[Bug 56770] Add worker name to logging entries

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 --- Comment #3 from Christopher Schultz --- Is there a reason you moved the call to ajp_update_stats from after the log to before it? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 56770] Add worker name to logging entries

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 Christopher Schultz changed: What|Removed |Added Attachment #31846|Patrch to add worker name |Patch to add worker name

[Bug 56770] Add worker name to logging entries

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 Christopher Schultz changed: What|Removed |Added Attachment #31847|0 |1 is obsolete|

[Bug 56764] ServletContext should respect order of Filter registrations

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56764 --- Comment #4 from rstoyanc...@yahoo.com --- I am guilty of taking a shortcut. Apologies for the noise. -- You are receiving this mail because: You are the assignee for the bug. ---

new log format?

2014-07-24 Thread Romain Manni-Bucau
Hi guys, just started to play with tomcat 8 and seems default log format changed (inline now) This doesn't seem that readable for me out of the box and wonder if we couldn't enhance default logging format to get a shorter and ligned log format (xx-yy-zz aa:bb [thread name on 15 chars max] [ class

[Bug 56586] initSQL should be committed if defaultAutoCommit == false

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56586 --- Comment #6 from Filip Hanik --- Thanks for the report gentlemen. Glad there is a workaround, the added ";commit". If it did do if ( !connection.getAutoCommit() ) connection.commit(); what are the implications for other users? -- Y

[Bug 56586] initSQL should be committed if defaultAutoCommit == false

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56586 --- Comment #7 from Craig Servin --- I can't think of any issues with that unless someone was intentionally trying to lose their initSQL later on. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56770] Add worker name to logging entries

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56770 --- Comment #5 from Martin Knoblauch --- Hi Christopher, you are talking about this hunk? @@ -2704,13 +2726,13 @@ */ ajp_next_connection(p, l); } +ajp_update_stats(e, aw, rc, l); /* Log the error only onc