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

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 09:58:54 2014 New Revision: 1558331 URL: http://svn.apache.org/r1558331 Log: Formatting tweaks Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1558332 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 10:09:53 2014 New Revision: 1558332 URL: http://svn.apache.org/r1558332 Log: Update 8.0.x migration information Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/site/trunk/docs/migration-8.html URL:

[Bug 56013] New: SpnegoAuthenticator not working in IBM JDK v7 for Kerberos due to incorrect credential lifetime

2014-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56013 Bug ID: 56013 Summary: SpnegoAuthenticator not working in IBM JDK v7 for Kerberos due to incorrect credential lifetime Product: Tomcat 7 Version: 7.0.50 Hardware:

Re: Context switch integration

2014-01-15 Thread Mark Thomas
On 14/01/2014 17:03, Rémy Maucherat wrote: Hi, In Tomcat, entering a context is done simply by setting the context classloader and sometimes firing some random events (like the ones from the ServletRequestListener). This isn't so good for integration and could use improvements, in addition

Status of cookies proposals

2014-01-15 Thread Mark Thomas
Does any one have anything else to add to http://wiki.apache.org/tomcat/Cookies ? It feels like we should be looking to make some decisions on where to go with this. My $0.02 to start this discussion is that we should adopt the all of the proposed changes with the following notes: - C1 rather C1a

svn commit: r1558355 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ test/org/apache/catalina/startup/ web

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 12:23:23 2014 New Revision: 1558355 URL: http://svn.apache.org/r1558355 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 Provide a context level option to exclude container SCIs. Modified: tomcat/trunk/java/org/apache/catalina/Context.java

svn commit: r1558357 - in /tomcat/trunk: conf/catalina.properties conf/context.xml webapps/docs/config/jar-scan-filter.xml

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 12:24:13 2014 New Revision: 1558357 URL: http://svn.apache.org/r1558357 Log: Simplify configuration now that the SCI does not use the JarScanner for container JARs. Modified: tomcat/trunk/conf/catalina.properties tomcat/trunk/conf/context.xml

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

2014-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 --- Comment #3 from Mark Thomas ma...@apache.org --- A new option, containerSciFilter, has been added to the Context in 8.0.x and will be included in 8.0.0 onwards. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1558371 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/WebappServiceLoader.java test/org/apache/catalina/startup/TestW

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 13:09:01 2014 New Revision: 1558371 URL: http://svn.apache.org/r1558371 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55287 ServletContainerInitializer in container classloaders may not be found Added:

[Bug 55287] ServletContainerInitializer in parent classloader may not be found

2014-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55287 --- Comment #3 from Mark Thomas ma...@apache.org --- This has also been fixed in 7.0.x for 7.0.51 onwards. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1558379 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ test/org/apache/catalina/s

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 13:36:29 2014 New Revision: 1558379 URL: http://svn.apache.org/r1558379 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 Provide a context level option to exclude container SCIs. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2014-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1558381 - /tomcat/trunk/java/org/apache/catalina/WebResourceSet.java

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 13:41:02 2014 New Revision: 1558381 URL: http://svn.apache.org/r1558381 Log: Correct Javadoc Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java URL:

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-01-15 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/1679 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

buildbot failure in ASF Buildbot on tomcat-trunk

2014-01-15 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/5399 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1558395 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/ webapps/docs/config/

2014-01-15 Thread markt
Author: markt Date: Wed Jan 15 14:31:57 2014 New Revision: 1558395 URL: http://svn.apache.org/r1558395 Log: Add support (with tests) for read-only web resource sets. Added: tomcat/trunk/test/org/apache/catalina/webresources/AbstractTestDirResourceSet.java (with props)

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-01-15 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/1680 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: Context switch integration

2014-01-15 Thread Rémy Maucherat
2014/1/15 Mark Thomas ma...@apache.org If folks integrating with Tomcat need to extend / replace what is currently in StandardContext.bindThread() and StandardContext.unbindThread() having a listener for this rather than having to extend StandardContext makes sense to me. Ok. I'm not

[jira] [Created] (MTOMCAT-255) Getting tTarget Unreachable, identifier 'managedBean' resolved to null on tomcat:run but not in tomcat:run-war

2014-01-15 Thread Gilberto C Andrade (JIRA)
Gilberto C Andrade created MTOMCAT-255: -- Summary: Getting tTarget Unreachable, identifier 'managedBean' resolved to null on tomcat:run but not in tomcat:run-war Key: MTOMCAT-255 URL:

[jira] [Updated] (MTOMCAT-255) Getting tTarget Unreachable, identifier 'managedBean' resolved to null on tomcat:run but not in tomcat:run-war

2014-01-15 Thread Gilberto C Andrade (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilberto C Andrade updated MTOMCAT-255: --- Description: Simple JSF 2.2 project with just one manage bean(PessoaMb) and one

Re: Status of cookies proposals

2014-01-15 Thread Jeremy Boynes
On Jan 15, 2014, at 2:38 AM, Mark Thomas ma...@apache.org wrote: Does any one have anything else to add to http://wiki.apache.org/tomcat/Cookies ? It feels like we should be looking to make some decisions on where to go with this. There are two things on my mind I’ve not had a chance to write

[jira] [Updated] (MTOMCAT-255) Getting tTarget Unreachable, identifier 'managedBean' resolved to null on tomcat:run but not in tomcat:run-war

2014-01-15 Thread Gilberto C Andrade (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilberto C Andrade updated MTOMCAT-255: --- Attachment: MTOMCAT-255.zip Getting tTarget Unreachable, identifier 'managedBean'

[jira] [Updated] (MTOMCAT-255) Getting Target Unreachable, identifier 'pessoaBean' resolved to null on tomcat:run but not in tomcat:run-war

2014-01-15 Thread Gilberto C Andrade (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilberto C Andrade updated MTOMCAT-255: --- Summary: Getting Target Unreachable, identifier 'pessoaBean' resolved to null on

buildbot success in ASF Buildbot on tomcat-trunk

2014-01-15 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/5401 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: Status of cookies proposals

2014-01-15 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/01/2014 16:58, Jeremy Boynes wrote: On Jan 15, 2014, at 2:38 AM, Mark Thomas ma...@apache.org wrote: Does any one have anything else to add to http://wiki.apache.org/tomcat/Cookies ? It feels like we should be looking to make some

Re: name only cookies

2014-01-15 Thread Jeremy Boynes
On Jan 15, 2014, at 10:37 AM, Mark Thomas ma...@apache.org wrote: On 15/01/2014 16:58, Jeremy Boynes wrote: 1) Clearer distinction between name-only and value-only cookies. Existing code treats a name-value pair of «X» as being name-only but the browsers treat that as being the value of

Re: allowed cookie names

2014-01-15 Thread Jeremy Boynes
On Jan 15, 2014, at 10:37 AM, Mark Thomas ma...@apache.org wrote: On 15/01/2014 16:58, Jeremy Boynes wrote: 2) How to handle cookies whose name might be valid RF6265 but won’t be allowed by Cookie’s constructor e.g. «Expires», «$Foo» or the «» name from above. If an application sub-classes

[Bug 56016] New: DigesterFactory.idFor(...) assumes that javax.servlet.jsp.resources.** are available from the same class loader that defines javax.servlet.ServletContext

2014-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56016 Bug ID: 56016 Summary: DigesterFactory.idFor(...) assumes that javax.servlet.jsp.resources.** are available from the same class loader that defines

[Bug 56016] DigesterFactory.idFor(...) assumes that javax.servlet.jsp.resources.** are available from the same class loader that defines javax.servlet.ServletContext

2014-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56016 --- Comment #1 from Dmitri Bourlatchkov dmitri.bourlatch...@gmail.com --- The affected url parameter for the idFor(...) method in this case is web-jsptaglibrary_1_1.dtd -- You are receiving this mail because: You are the assignee for the