svn commit: r1505886 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-22 Thread kfujino
Author: kfujino Date: Tue Jul 23 02:58:42 2013 New Revision: 1505886 URL: http://svn.apache.org/r1505886 Log: Update last modified time in redeploy resource to avoid infinite reload of webapplication. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/t

Re: Can anyone provide history for something in JspC?

2013-07-22 Thread Jeremy Boynes
On Jul 22, 2013, at 11:22 AM, Mark Thomas wrote: > On 22/07/2013 19:09, Jeremy Boynes wrote: >> This snippet from initClassLoader() >>>// What is this ?? >>>urls.add(new File( >>>clctxt.getRealPath("/")).getCanonicalFile().toURI().toURL()); >> http://svn.apache.org

Re: Various shell-scripting idioms in bin/daemon.sh

2013-07-22 Thread Christopher Schultz
Mladen, On 7/17/13 7:59 AM, Mladen Turk wrote: > On 07/16/2013 11:42 PM, Christopher Schultz wrote: >> All, >> >> While doing the trivial fix for >> https://issues.apache.org/bugzilla/show_bug.cgi?id=55268, I noticed a >> few idioms being used in bin/daemon.sh that struck me as odd. For >> example

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

2013-07-22 Thread schultz
Author: schultz Date: Mon Jul 22 23:28:07 2013 New Revision: 1505846 URL: http://svn.apache.org/r1505846 Log: Updated proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1505846&r1

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

2013-07-22 Thread schultz
Author: schultz Date: Mon Jul 22 23:26:07 2013 New Revision: 1505845 URL: http://svn.apache.org/r1505845 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1505845&r1=1505844&r2=

svn commit: r1505844 - in /tomcat/tc7.0.x/trunk: ./ bin/daemon.sh

2013-07-22 Thread schultz
Author: schultz Date: Mon Jul 22 23:21:17 2013 New Revision: 1505844 URL: http://svn.apache.org/r1505844 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55268 - Replaced uses of "test -z" with "test "$FOO" = ." for better shell compatibility. Modified: tomcat/tc7.0.x/trunk/ (pr

svn commit: r1505843 - /tomcat/trunk/bin/daemon.sh

2013-07-22 Thread schultz
Author: schultz Date: Mon Jul 22 23:19:49 2013 New Revision: 1505843 URL: http://svn.apache.org/r1505843 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55268 - Replace uses of "test -z" with "test ".$FOO" = ." for better shell compatibility Modified: tomcat/trunk/bin/daemon.sh

Re: Can anyone provide history for something in JspC?

2013-07-22 Thread Mark Thomas
On 22/07/2013 19:09, Jeremy Boynes wrote: > This snippet from initClassLoader() >> // What is this ?? >> urls.add(new File( >> clctxt.getRealPath("/")).getCanonicalFile().toURI().toURL()); > http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspC.java?v

Can anyone provide history for something in JspC?

2013-07-22 Thread Jeremy Boynes
This snippet from initClassLoader() > // What is this ?? > urls.add(new File( > clctxt.getRealPath("/")).getCanonicalFile().toURI().toURL()); http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspC.java?view=markup#l1505 It's in the original import int

[Bug 55267] NIO thread locked

2013-07-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55267 --- Comment #3 from Mark Thomas --- Thanks for the thread dump. I'm going to assume that other information provided elsewhere is unchanged. i.e. the thread is not stuck but configured to use an excessively long timeout of 30 minutes. I hav

Re: Jasper improvements - web resources and TLDs

2013-07-22 Thread Mark Thomas
On 21/07/2013 18:36, Jeremy Boynes wrote: > With r1505235 JspC is now merging in from web fragments. > It is still not handling resources found in those jars e.g. if they > are referenced by an include directive or from a prelude/coda > configuration. It also needs to compile any JSPs found as t

[Bug 55291] Bug in WsServerContainer leading to NPE

2013-07-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55291 Violeta Georgieva changed: What|Removed |Added Attachment #30612|0 |1 is patch|

[Bug 55291] Bug in WsServerContainer leading to NPE

2013-07-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55291 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

svn commit: r1505689 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2013-07-22 Thread violetagg
Author: violetagg Date: Mon Jul 22 14:26:57 2013 New Revision: 1505689 URL: http://svn.apache.org/r1505689 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55291 Avoid NPE when registering a session. Patch provided by rstoyanchev. Modified: tomcat/trunk/java/org/apache/tomcat/webso

[Bug 55291] New: Bug in WsServerContainer leading to NPE

2013-07-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55291 Bug ID: 55291 Summary: Bug in WsServerContainer leading to NPE Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[jira] [Commented] (MTOMCAT-178) additionalClasspathDirs doesn't seem to be used

2013-07-22 Thread Andrii Rubtsov (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715182#comment-13715182 ] Andrii Rubtsov commented on MTOMCAT-178: Any update on this, guys? As far far as

Re: 8.0-SNAPSHOT updated

2013-07-22 Thread Violeta Georgieva
2013/7/18 Mark Thomas wrote: > > I think we are at the point where we could do a 8.0.0-alpha release. The > specs (Servlet 3.1, JSP 2.3, EL 3.0, WebSocket 1.0) are all implemented. > There is still work to do to review the EG disucssions that covered > various edge cases / things not in the spec to

svn commit: r1505642 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties

2013-07-22 Thread markt
Author: markt Date: Mon Jul 22 09:48:53 2013 New Revision: 1505642 URL: http://svn.apache.org/r1505642 Log: Method name changed Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.prop

svn commit: r1505638 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java webapps/docs/changelog.xml

2013-07-22 Thread kfujino
Author: kfujino Date: Mon Jul 22 09:28:04 2013 New Revision: 1505638 URL: http://svn.apache.org/r1505638 Log: Avoid NPE. If the channel fails to start, localMember is null. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java tomcat/tc7.0.x/trunk/webapps/do

svn commit: r1505637 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2013-07-22 Thread kfujino
Author: kfujino Date: Mon Jul 22 09:22:01 2013 New Revision: 1505637 URL: http://svn.apache.org/r1505637 Log: Avoid NPE. If the channel fails to start, localMember is null. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org/apache/cat

svn commit: r1505628 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/GroupChannel.java webapps/docs/changelog.xml

2013-07-22 Thread kfujino
Author: kfujino Date: Mon Jul 22 08:51:27 2013 New Revision: 1505628 URL: http://svn.apache.org/r1505628 Log: Avoid ConcurrentModificationException when sending a heartbeat. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java tomcat/tc7.0.x/trunk/webapps

svn commit: r1505627 - /tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2013-07-22 Thread kfujino
Author: kfujino Date: Mon Jul 22 08:42:33 2013 New Revision: 1505627 URL: http://svn.apache.org/r1505627 Log: Avoid ConcurrentModificationException when sending a heartbeat. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java Modified: tomcat/trunk/java/org/apache/