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
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
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
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
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=
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55291
Violeta Georgieva changed:
What|Removed |Added
Attachment #30612|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=55291
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
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
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
[
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
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
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
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
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
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
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/
22 matches
Mail list logo