svn commit: r1350468 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_28: ./ build.properties.default

2012-06-15 Thread markt
Author: markt Date: Fri Jun 15 06:11:47 2012 New Revision: 1350468 URL: http://svn.apache.org/viewvc?rev=1350468view=rev Log: Tag 7.0.28 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_28/ (props changed) - copied from r1350467, tomcat/tc7.0.x/trunk/ Modified:

Re: Implement support for setTimeout() for Comet + APR?

2012-06-15 Thread Mark Thomas
On 15/06/2012 01:41, Konstantin Kolinko wrote: Hi! There is one known limitation in Comet API: The event.setTimeout() method works for NIO connector only and for APR it throws UnsupportedOperationException Now that with 7.0.28 per-socket timeouts are supported in APR connector, maybe

Re: Why does Manager.createSession(String) take a sessionId

2012-06-15 Thread Martin Grotzke
On 06/15/2012 07:49 AM, Rainer Jung wrote: On 14.06.2012 21:45, Martin Grotzke wrote: Wouldn't it be more safe for users that are not aware of this fact to always generate a new sessionId? Empty session path was originally meant to support a portal situation. Using it there would be only

svn commit: r1350512 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2012-06-15 Thread markt
Author: markt Date: Fri Jun 15 07:51:09 2012 New Revision: 1350512 URL: http://svn.apache.org/viewvc?rev=1350512view=rev Log: Update version for next release Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified:

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295526#comment-13295526 ] Neale Upstone commented on MTOMCAT-60: -- I'm creating a new patch now

[VOTE] Release Apache Tomcat 7.0.28

2012-06-15 Thread Mark Thomas
The proposed Apache Tomcat 7.0.28 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-243/ The svn tag is:

[jira] [Updated] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neale Upstone updated MTOMCAT-60: - Attachment: patch-for-tomcat6.patch This one should apply and maintains backwards compatibility

Re: [VOTE] Release Apache Tomcat 7.0.28

2012-06-15 Thread sebb
On 15 June 2012 10:14, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 7.0.28 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28/ The NOTICE file for the source archive includes references to Nullsoft and

svn commit: r1350563 - in /tomcat/trunk/res/maven: README.txt mvn-pub.xml mvn.properties.default

2012-06-15 Thread markt
Author: markt Date: Fri Jun 15 10:26:56 2012 New Revision: 1350563 URL: http://svn.apache.org/viewvc?rev=1350563view=rev Log: Simplify Maven publishing - Use Nexus throughout - Remove now unused scp related sections - Prompt for passwords rather than reading them from a file Update version for

svn commit: r1350564 - in /tomcat/tc7.0.x/trunk/res/maven: README.txt mvn-pub.xml mvn.properties.default

2012-06-15 Thread markt
Author: markt Date: Fri Jun 15 10:32:55 2012 New Revision: 1350564 URL: http://svn.apache.org/viewvc?rev=1350564view=rev Log: Simplify Maven publishing - Use Nexus throughout - Remove now unused scp related sections - Prompt for passwords rather than reading them from a file Modified:

Re: [VOTE] Release Apache Tomcat 7.0.28

2012-06-15 Thread Mark Thomas
On 15/06/2012 10:14, Mark Thomas wrote: The proposed Apache Tomcat 7.0.28 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28/ The Maven staging repo is:

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295653#comment-13295653 ] Neale Upstone commented on MTOMCAT-60: -- Looks good in that I get the correct context

[jira] [Updated] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neale Upstone updated MTOMCAT-60: - Attachment: (was: patch-for-tomcat6.patch) Multiple-War-Deployment in configuration

[jira] [Updated] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neale Upstone updated MTOMCAT-60: - Attachment: patch-for-tomcat6.patch I've attached an updated patch which doesn't assume maven

[Bug 53421] New: BeanELResolver's inner class BeanProperty throws incorrect message while PropertyNotFound

2012-06-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53421 Priority: P2 Bug ID: 53421 Assignee: dev@tomcat.apache.org Summary: BeanELResolver's inner class BeanProperty throws incorrect message while PropertyNotFound Severity:

[Bug 53421] BeanELResolver's inner class BeanProperty throws incorrect message while PropertyNotFound

2012-06-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53421 Ian YT Tsai zanyk...@gmail.com changed: What|Removed |Added OS||All --- Comment

[jira] [Updated] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neale Upstone updated MTOMCAT-60: - Attachment: SaxExceptionFix.patch This fixes the SaxException at the cost of creating one

Re: [VOTE] Release Apache Tomcat 7.0.28

2012-06-15 Thread Mladen Turk
On 06/15/2012 11:14 AM, Mark Thomas wrote: The proposed Apache Tomcat 7.0.28 release is now available for voting. The proposed 7.0.27 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 7.0.28 Stable BTW, you should have probably change the vote order to

[Bug 53422] New: iPlanet (7.0.11) Instance crashes frequently when using Status Worker in (mod_jk/1.2.32)

2012-06-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53422 Priority: P2 Bug ID: 53422 Assignee: dev@tomcat.apache.org Summary: iPlanet (7.0.11) Instance crashes frequently when using Status Worker in (mod_jk/1.2.32) Severity:

[jira] [Comment Edited] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295696#comment-13295696 ] Neale Upstone edited comment on MTOMCAT-60 at 6/15/12 3:41 PM:

[jira] [Updated] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neale Upstone updated MTOMCAT-60: - Comment: was deleted (was: I'm creating a new patch now) Multiple-War-Deployment in

[jira] [Comment Edited] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-15 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13295557#comment-13295557 ] Neale Upstone edited comment on MTOMCAT-60 at 6/15/12 3:42 PM:

[Proposal] Preparatory refactoring for Resource handling refactoring

2012-06-15 Thread Mark Thomas
All, Servlet 3.1 looks like it is going to introduce 'overlays' or something similar along the lines of the enhancement request [1]. Tomcat already has aliases, VirtualDirContext and resource JAR support - each implemented slightly differently. Things are already rather messy and will get worse

[Bug 53422] iPlanet (7.0.11) Instance crashes frequently when using Status Worker in (mod_jk/1.2.32)

2012-06-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53422 --- Comment #1 from Rainer Jung rainer.j...@kippdata.de --- This is not aknown issue. Can you get a core dump and provide a backtrace? -- You are receiving this mail because: You are the assignee for the bug.