https://issues.apache.org/bugzilla/show_bug.cgi?id=49986
--- Comment #4 from Tim Whittington 2010-09-30 01:30:16 EDT
---
Created an attachment (id=26102)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26102)
Patch broken DCL
--
Configure bugmail: https://issues.apache.org/bugzilla/
https://issues.apache.org/bugzilla/show_bug.cgi?id=50030
Tim Whittington changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49986
Tim Whittington changed:
What|Removed |Added
Component|Jasper |Jasper
Version|6.0.29
https://issues.apache.org/bugzilla/show_bug.cgi?id=50030
Summary: 1
Product: Tomcat Connectors
Version: 1.2.30
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: JK2
AssignedTo: dev@tomcat.ap
Author: kfujino
Date: Thu Sep 30 03:01:52 2010
New Revision: 1002938
URL: http://svn.apache.org/viewvc?rev=1002938&view=rev
Log:
add patch.
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?r
Author: kfujino
Date: Thu Sep 30 02:49:34 2010
New Revision: 1002935
URL: http://svn.apache.org/viewvc?rev=1002935&view=rev
Log:
Avoid NPE when mapOwner is null.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
Modified:
tomcat/trunk/java/org/apache/c
On Sep 24, 2010, at 11:37 PM, Rex Wang wrote:
> Could anyone tell me any clue about this? or it has never been built since
> transferred from jakarta project?
I can confirm I have built it but, as sebb said, you need to install the parent
pom locally first as there's no released version.
> And,
Author: markt
Date: Thu Sep 30 00:31:33 2010
New Revision: 1002912
URL: http://svn.apache.org/viewvc?rev=1002912&view=rev
Log:
Clean-up. No functional change.
Modified:
tomcat/trunk/java/org/apache/coyote/Response.java
Modified: tomcat/trunk/java/org/apache/coyote/Response.java
URL:
http://
Author: markt
Date: Thu Sep 30 00:28:59 2010
New Revision: 1002911
URL: http://svn.apache.org/viewvc?rev=1002911&view=rev
Log:
Get AJP working after async refactoring. Some issues remain with AJP/APR
connector which still has a handful of TCK failures.
Modified:
tomcat/trunk/java/org/apache/
Author: markt
Date: Thu Sep 30 00:27:45 2010
New Revision: 1002910
URL: http://svn.apache.org/viewvc?rev=1002910&view=rev
Log:
Minor clean-up to align with AJP
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Htt
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027
Summary: NullPointerException if context.xml is present with
Product: Tomcat 7
Version: 7.0.2
Platform: PC
OS/Version: Windows Vista
Status: NEW
Se
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #3 from Chuck Caldarale 2010-09-29
12:34:42 EDT ---
(In reply to comment #2)
> No, there are no directories like that in `/static` folder. It actually refers
> to the restricted directories in the context root.
The standard De
Author: markt
Date: Wed Sep 29 16:18:21 2010
New Revision: 1002714
URL: http://svn.apache.org/viewvc?rev=1002714&view=rev
Log:
Tweak the refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProces
Author: markt
Date: Wed Sep 29 16:13:05 2010
New Revision: 1002711
URL: http://svn.apache.org/viewvc?rev=1002711&view=rev
Log:
Re-factor the async state machine into a separate class so it can be re-used
for the AJP processors as well.
Added:
tomcat/trunk/java/org/apache/coyote/AsyncStateMac
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #2 from balusc 2010-09-29 12:08:27 EDT ---
No, there are no directories like that in `/static` folder. It actually refers
to the restricted directories in the context root.
--
Configure bugmail: https://issues.apache.org/bugzi
Author: markt
Date: Wed Sep 29 16:02:24 2010
New Revision: 1002703
URL: http://svn.apache.org/viewvc?rev=1002703&view=rev
Log:
Rename local variable to make code clearer
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #1 from Pid 2010-09-29 11:57:22 EDT ---
(In reply to comment #0)
> The following in web.xml
>
>
> static
>
> org.apache.catalina.servlets.DefaultServlet
>
>
> static
> /static/*
>
Author: markt
Date: Wed Sep 29 15:36:54 2010
New Revision: 1002683
URL: http://svn.apache.org/viewvc?rev=1002683&view=rev
Log:
Refactor logging
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.j
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
Summary: DefaultServlet serves META-INF and WEB-INF from root
when remapped on /folder/*
Product: Tomcat 6
Version: 6.0.29
Platform: PC
OS/Version: Windows XP
Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties?rev=1002673&r1=1002672&r2=1002673&view=diff
==
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=50025
Summary: getConnection method in class DataSourceProxy is
ignoring credentials
Product: Tomcat Modules
Version: unspecified
Platform: PC
OS/Version: Windows XP
https://issues.apache.org/bugzilla/show_bug.cgi?id=50023
Summary: [patch] [jstl.core] confusing and complicated call
with simple solution
Product: Tomcat 7
Version: unspecified
Platform: PC
OS/Version: Linux
Status:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50021
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Sep 29 10:15:51 2010
New Revision: 1002562
URL: http://svn.apache.org/viewvc?rev=1002562&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50021
Don't reference ExceptionUtisl from Bootstrap - it won't be visible at startup.
Modified:
tomcat/trunk/ja
On 09/29/2010 10:51 AM, Rainer Jung wrote:
On 28.09.2010 19:41, Mladen Turk wrote:
Next the code
> echo "Tomact stopped but PID file could not be removed ($CATALINA_PID)."
Will fail on shells that handle ( ...) like ` ... `
Just as an info: you can use
echo 'Tomcat stopped but PID file could
Author: markt
Date: Wed Sep 29 10:07:10 2010
New Revision: 1002556
URL: http://svn.apache.org/viewvc?rev=1002556&view=rev
Log:
Fix error in fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48644
Should use ExcpetionUtils from o.a.tomcat.util, not o.a.jasper.util
Fixed with the help of Ec
https://issues.apache.org/bugzilla/show_bug.cgi?id=50021
Mark Thomas changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Mark Thomas
Author: kkolinko
Date: Wed Sep 29 09:17:25 2010
New Revision: 1002532
URL: http://svn.apache.org/viewvc?rev=1002532&view=rev
Log:
comment
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=41791
Tim Whittington changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Wed Sep 29 09:00:52 2010
New Revision: 1002528
URL: http://svn.apache.org/viewvc?rev=1002528&view=rev
Log:
votes
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=1
On 28.09.2010 19:41, Mladen Turk wrote:
Next the code
> echo "Tomact stopped but PID file could not be removed ($CATALINA_PID)."
Will fail on shells that handle ( ...) like ` ... `
Just as an info: you can use
echo 'Tomcat stopped but PID file could not be removed ('$CATALINA_PID').'
(one l
Author: kkolinko
Date: Wed Sep 29 08:18:52 2010
New Revision: 1002514
URL: http://svn.apache.org/viewvc?rev=1002514&view=rev
Log:
Correct a typo in message
Modified:
tomcat/trunk/bin/catalina.sh
Modified: tomcat/trunk/bin/catalina.sh
URL:
http://svn.apache.org/viewvc/tomcat/trunk/bin/catali
https://issues.apache.org/bugzilla/show_bug.cgi?id=50001
Tim Whittington changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50018
Tim Whittington changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: timw
Date: Wed Sep 29 08:08:32 2010
New Revision: 1002509
URL: http://svn.apache.org/viewvc?rev=1002509&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50018
Minor javadoc corrections in Jasper.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/ParserController.j
https://issues.apache.org/bugzilla/show_bug.cgi?id=50021
Summary: ExceptionUtils class missing from bootstrap.jar
Product: Tomcat 7
Version: trunk
Platform: PC
Status: NEW
Severity: critical
Priority: P2
Component:
36 matches
Mail list logo