[Bug 55851] New: Tomcat SPNEGO authenticator incompatible with IBM JDK: Accept Security Context needs to be wrapped around a Privileged Action in order for server side authentication

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55851 Bug ID: 55851 Summary: Tomcat SPNEGO authenticator incompatible with IBM JDK: Accept Security Context needs to be wrapped around a Privileged Action in order for server side

The way Tomcat7 fires requestInitialized/requestDestroyed events breaks Weld (CDI)

2013-12-06 Thread Martin Kouba
Hi all, while investigating an user issue I found out that org.apache.catalina.authenticator.FormAuthenticator (Tomcat 7 codebase) fires requestInitialized/requestDestroyed events during forwards (login and error page) [1]. However ApplicationDispatcher fires these events as well (if "fireRequestL

Re: The way Tomcat7 fires requestInitialized/requestDestroyed events breaks Weld (CDI)

2013-12-06 Thread Mark Thomas
On 06/12/2013 11:22, Martin Kouba wrote: > Hi all, > > while investigating an user issue I found out that > org.apache.catalina.authenticator.FormAuthenticator (Tomcat 7 codebase) > fires requestInitialized/requestDestroyed events during forwards (login > and error page) [1]. However ApplicationDi

Re: Any ETA on 7.0.48 vote?

2013-12-06 Thread Mark Thomas
On 01/12/2013 21:08, Romain Manni-Bucau wrote: > +1 > > Few regressions in 7.0.47 (fixed now) are not that nice in dev > Le 1 déc. 2013 21:16, "Jean-Louis MONTEIRO" a écrit : > >> +1 >> Would be great if we could get a 7.0.48. >> >> Thanks >> Jean-Louis >> >> >> 2013/12/1 Bob DeRemer >> >>> Is

svn commit: r1548498 - in /tomcat/trunk/java/org/apache: catalina/connector/OutputBuffer.java tomcat/util/buf/ByteChunk.java

2013-12-06 Thread markt
Author: markt Date: Fri Dec 6 12:12:15 2013 New Revision: 1548498 URL: http://svn.apache.org/r1548498 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55842 Check if the output buffer can grow before flushing it when using a writer. Modified: tomcat/trunk/java/org/apache/catalina/

svn commit: r1548501 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java java/org/apache/tomcat/util/buf/ByteChunk.java webapps/docs/changelog.xml

2013-12-06 Thread markt
Author: markt Date: Fri Dec 6 12:26:25 2013 New Revision: 1548501 URL: http://svn.apache.org/r1548501 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55842 Check if the output buffer can grow before flushing it when using a writer. Modified: tomcat/tc7.0.x/trunk/ (props changed

[Bug 55842] response.setBufferSize() does not seem to work properly

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55842 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55842] response.setBufferSize() does not seem to work properly

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55842 --- Comment #5 from Martin Maier-Moessner --- Thanks for the fast fix! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail

Re: The way Tomcat7 fires requestInitialized/requestDestroyed events breaks Weld (CDI)

2013-12-06 Thread Martin Kouba
Dne 6.12.2013 13:08, Mark Thomas napsal(a): > On 06/12/2013 11:22, Martin Kouba wrote: >> Hi all, >> >> while investigating an user issue I found out that >> org.apache.catalina.authenticator.FormAuthenticator (Tomcat 7 codebase) >> fires requestInitialized/requestDestroyed events during forwards (

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-12-06 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1615 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

[Bug 55846] Static resources Greater than 48k can not be accessed when I Config the Connector with Http11NioProtocol

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 55853] New: mod_jk doesn't set the content length correctly for apache 2.x

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55853 Bug ID: 55853 Summary: mod_jk doesn't set the content length correctly for apache 2.x Product: Tomcat Connectors Version: 1.2.37 Hardware: PC OS: Linu

svn commit: r1548695 - /tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

2013-12-06 Thread markt
Author: markt Date: Fri Dec 6 19:42:43 2013 New Revision: 1548695 URL: http://svn.apache.org/r1548695 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55851 Enable SPNEGO to work with IBM JDKs. Based on a patch by Arunav Sanyal. Modified: tomcat/trunk/java/org/apache/catalina/auth

svn commit: r1548697 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SpnegoAuthenticator.java webapps/docs/changelog.xml

2013-12-06 Thread markt
Author: markt Date: Fri Dec 6 19:44:34 2013 New Revision: 1548697 URL: http://svn.apache.org/r1548697 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55851 Enable SPNEGO to work with IBM JDKs. Based on a patch by Arunav Sanyal. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 55851] Tomcat SPNEGO authenticator incompatible with IBM JDK: Accept Security Context needs to be wrapped around a Privileged Action in order for server side authentication

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55851 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55855] New: Unexpected WsFilter is configured in a webapp that does not use WebSocket

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 Bug ID: 55855 Summary: Unexpected WsFilter is configured in a webapp that does not use WebSocket Product: Tomcat 7 Version: 7.0.47 Hardware: PC Status: NE

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #5 from Christopher Schultz --- Here come the complaints that getRealPath returns bogus paths... -- You are receiving this mail because: You are the assignee for the bug. --