On 06/01/2010 00:27, Costin Manolache wrote:
> Also, I would like to know if other comitters are OK with (temporarily -
> i.e. until the 7.0 release vote) including lite in the tomcat7 builds,
> so people can try it out.
How about adding it to the extras build? It could be included in the
release
https://issues.apache.org/bugzilla/show_bug.cgi?id=48489
--- Comment #12 from VickyKak 2010-01-06 01:15:30 UTC ---
Bug48489.patch is the required fix.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are t
https://issues.apache.org/bugzilla/show_bug.cgi?id=48489
VickyKak changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #13 from VickyKak 20
Hi Tim,
On 06.01.2010 03:28, Tim Whittington wrote:
For consistency (with Apache at least) I've gone down the road of mirroring the
functionality of rotatelogs, which was fairly easy.
I'm doing some long running tests (I'm seeing some weird DLL unloading/crashing
behaviour in IIS 5.1 that I w
https://issues.apache.org/bugzilla/show_bug.cgi?id=48489
Mark Thomas changed:
What|Removed |Added
Resolution|FIXED |INVALID
--
Configure bugmail: https
Any objections to the following plan about JK 1.2.29?
- 15.01.2009
make snapshot available for testing feedback like we did
for nearly all previous releases
- ~22.01.2009
tag 1.2.29 (exact date depending whether there's bug feedback)
Regards,
Rainer
+1
2010/1/6 Rainer Jung :
> Any objections to the following plan about JK 1.2.29?
>
> - 15.01.2009
> make snapshot available for testing feedback like we did
> for nearly all previous releases
>
> - ~22.01.2009
> tag 1.2.29 (exact date depending whether there's bug feedback)
>
> Regards,
>
> Ra
Author: markt
Date: Wed Jan 6 10:24:31 2010
New Revision: 896370
URL: http://svn.apache.org/viewvc?rev=896370&view=rev
Log:
Fix typos / inconsistencies
Rainer's review comments on r894580
Modified:
tomcat/trunk/conf/web.xml
tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=48454
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jan 6 10:30:07 2010
New Revision: 896371
URL: http://svn.apache.org/viewvc?rev=896371&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48454
Give the stderr reader a chance to finish before terminating the CGI process.
This avoids "Bad file descriptor"
https://issues.apache.org/bugzilla/show_bug.cgi?id=48417
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jan 6 10:46:49 2010
New Revision: 896378
URL: http://svn.apache.org/viewvc?rev=896378&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48417
Correct French translations
Patches provided by André Warnier
Modified:
tomcat/tc6.0.x/trunk/ (props chan
Author: markt
Date: Wed Jan 6 10:51:53 2010
New Revision: 896383
URL: http://svn.apache.org/viewvc?rev=896383&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48398
Objects used as locks should be final
Patches provided by sebb
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
https://issues.apache.org/bugzilla/show_bug.cgi?id=48398
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jan 6 10:56:48 2010
New Revision: 896384
URL: http://svn.apache.org/viewvc?rev=896384&view=rev
Log:
Move declaration as per Knostantin's review comment
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache
Author: markt
Date: Wed Jan 6 11:09:55 2010
New Revision: 896389
URL: http://svn.apache.org/viewvc?rev=896389&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48006
Update X-Powered-By header to include information suggested by the Servlet spec
Use java.runtime.version as we a
Author: markt
Date: Wed Jan 6 11:12:05 2010
New Revision: 896391
URL: http://svn.apache.org/viewvc?rev=896391&view=rev
Log:
Add additional files missed in r896378
Added:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/LocalStrings_fr.properties
- copied unchanged from r894586,
tomcat
Author: markt
Date: Wed Jan 6 11:18:22 2010
New Revision: 896393
URL: http://svn.apache.org/viewvc?rev=896393&view=rev
Log:
Add missing deprecation markers
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/Js
Author: markt
Date: Wed Jan 6 11:19:33 2010
New Revision: 896395
URL: http://svn.apache.org/viewvc?rev=896395&view=rev
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=896395&
+1
Regards
Peter
Am 06.01.2010 um 11:07 schrieb Rainer Jung:
Any objections to the following plan about JK 1.2.29?
- 15.01.2009
make snapshot available for testing feedback like we did
for nearly all previous releases
- ~22.01.2009
tag 1.2.29 (exact date depending whether there's bug feed
+1
I've done majority of planned fixes.
Let's tag and then play with IIS rotatelogs.
BTW, the IIS logging should be fixed now
(compiling with commode.obj that forces a real flush on fflush)
On 01/06/2010 11:07 AM, Rainer Jung wrote:
Any objections to the following plan about JK 1.2.29?
- 15.
On 01/06/2010 03:28 AM, Tim Whittington wrote:
The downside of the rotatelogs approach is that it's not easy to do log pruning
(since the filenames are based on the time the log rotates, rather than some
kind of backup suffix scheme), so I may do nothing about that for now - the
best I could
+1 - I like the ideas
+0 - [Day job time constraints to help - but I'll look as I can]
-Tim
On 1/5/2010 7:27 PM, Costin Manolache wrote:
Also, I would like to know if other comitters are OK with (temporarily -
i.e. until the 7.0 release vote) including lite in the tomcat7 builds,
so people can
https://issues.apache.org/bugzilla/show_bug.cgi?id=48492
Summary: RequestDispatcher.include(...) jumps the queue of
out.print()
Product: Tomcat 6
Version: 6.0.16
Platform: PC
OS/Version: Mac OS X 10.4
Status: NEW
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by JohnDeRegnaucourt.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=218&rev2=219
--
[
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by JohnDeRegnaucourt.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=219&rev2=220
--
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by JohnDeRegnaucourt.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=220&rev2=221
--
[
https://issues.apache.org/bugzilla/show_bug.cgi?id=48492
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47512
--- Comment #9 from Martín Schonaker 2010-01-06 06:51:50 UTC
---
(In reply to comment #8)
> Whilst binding objects into the global JNDI directory where the classes are
> only available to the web application class loader may be possible, t
https://issues.apache.org/bugzilla/show_bug.cgi?id=48492
Alexander Horz changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVAL
https://issues.apache.org/bugzilla/show_bug.cgi?id=48492
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: rjung
Date: Wed Jan 6 16:55:45 2010
New Revision: 896530
URL: http://svn.apache.org/viewvc?rev=896530&view=rev
Log:
Tab police.
Modified:
tomcat/trunk/dist.xml
Modified: tomcat/trunk/dist.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=896530&r1=896529&r2=896530&vie
Author: rjung
Date: Wed Jan 6 17:07:14 2010
New Revision: 896544
URL: http://svn.apache.org/viewvc?rev=896544&view=rev
Log:
Cleanup tabs and trailing whitespace.
Modified:
tomcat/trunk/build.xml
tomcat/trunk/dist.xml
tomcat/trunk/extras.xml
Modified: tomcat/trunk/build.xml
URL:
htt
Author: rjung
Date: Wed Jan 6 17:33:22 2010
New Revision: 896556
URL: http://svn.apache.org/viewvc?rev=896556&view=rev
Log:
Fix indentation.
Modified:
tomcat/trunk/extras.xml
Modified: tomcat/trunk/extras.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/extras.xml?rev=896556&r1=896555&r2
Author: markt
Date: Wed Jan 6 17:33:26 2010
New Revision: 896557
URL: http://svn.apache.org/viewvc?rev=896557&view=rev
Log:
Start to expand the EL test cases
Modified:
tomcat/trunk/test/org/apache/el/TestELEvaluation.java
Modified: tomcat/trunk/test/org/apache/el/TestELEvaluation.java
URL:
Author: rjung
Date: Wed Jan 6 17:38:33 2010
New Revision: 896565
URL: http://svn.apache.org/viewvc?rev=896565&view=rev
Log:
No functional change.
Sync 6.0 ant files a bit better with trunk to make
backports easier and more robust:
- detab
- remove trailing whitespace
- line breaks
- attribute ord
Author: markt
Date: Wed Jan 6 17:39:58 2010
New Revision: 896570
URL: http://svn.apache.org/viewvc?rev=896570&view=rev
Log:
Fix the test case failures. There is at least one bug still present - more test
cases to follow.
Modified:
tomcat/trunk/java/org/apache/el/parser/AstLiteralExpression.
Author: markt
Date: Wed Jan 6 17:41:11 2010
New Revision: 896571
URL: http://svn.apache.org/viewvc?rev=896571&view=rev
Log:
Additional tests for the specific escaping (of "${" and "#{") for
LiteralExpressions
Modified:
tomcat/trunk/test/org/apache/el/TestELEvaluation.java
Modified: tomcat/
Author: markt
Date: Wed Jan 6 17:44:15 2010
New Revision: 896574
URL: http://svn.apache.org/viewvc?rev=896574&view=rev
Log:
Don't edit the generated files at all - makes regeneration simpler
Modified:
tomcat/trunk/java/org/apache/el/parser/ELParserTokenManager.java
Modified: tomcat/trunk/ja
Author: rjung
Date: Wed Jan 6 18:09:56 2010
New Revision: 896588
URL: http://svn.apache.org/viewvc?rev=896588&view=rev
Log:
- add versions filter to ant files, needed for:
- backport r895203
Modified:
tomcat/tc6.0.x/trunk/build.xml
tomcat/tc6.0.x/trunk/dist.xml
Modified: tomcat/tc6.0.x/
Author: markt
Date: Wed Jan 6 18:10:41 2010
New Revision: 896589
URL: http://svn.apache.org/viewvc?rev=896589&view=rev
Log: (empty)
Modified:
tomcat/trunk/java/org/apache/el/parser/ELParser.java
tomcat/trunk/java/org/apache/el/parser/ELParser.jjt
tomcat/trunk/java/org/apache/el/parse
On 06/01/2010 18:10, ma...@apache.org wrote:
> Author: markt
> Date: Wed Jan 6 18:10:41 2010
> New Revision: 896589
>
> URL: http://svn.apache.org/viewvc?rev=896589&view=rev
> Log: (empty)
>
> --- tomcat/trunk/java/org/apache/el/parser/ELParser.jjt (original)
> +++ tomcat/trunk/java/org/apache/e
Author: markt
Revision: 896589
Modified property: svn:log
Modified: svn:log at Wed Jan 6 18:14:02 2010
--
--- svn:log (original)
+++ svn:log Wed Jan 6 18:14:02 2010
@@ -0,0 +1 @@
+Fix some test failures. '\' should not b
Author: markt
Date: Wed Jan 6 18:18:09 2010
New Revision: 896594
URL: http://svn.apache.org/viewvc?rev=896594&view=rev
Log:
Fix the remaining test failures
Modified:
tomcat/trunk/java/org/apache/el/parser/AstLiteralExpression.java
Modified: tomcat/trunk/java/org/apache/el/parser/AstLiteralE
Author: rjung
Date: Wed Jan 6 18:20:46 2010
New Revision: 896595
URL: http://svn.apache.org/viewvc?rev=896595&view=rev
Log:
Replace a few hard-coded copyright years with
current year applied by ant version filter.
Backport of r895206.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.
Author: markt
Date: Wed Jan 6 18:28:02 2010
New Revision: 896602
URL: http://svn.apache.org/viewvc?rev=896602&view=rev
Log:
Ignore the imtermediate file for the parser generation
Modified:
tomcat/trunk/java/org/apache/el/parser/ (props changed)
Propchange: tomcat/trunk/java/org/apache/el/
Author: rjung
Date: Wed Jan 6 18:37:58 2010
New Revision: 896609
URL: http://svn.apache.org/viewvc?rev=896609&view=rev
Log:
More sync between trunk and tc6:
- small change in line order
- add missing property
Modified:
tomcat/tc6.0.x/trunk/build.xml
tomcat/tc6.0.x/trunk/dist.xml
tomc
Author: markt
Date: Wed Jan 6 18:51:24 2010
New Revision: 896620
URL: http://svn.apache.org/viewvc?rev=896620&view=rev
Log:
Add a test case for bug 48112 (note this passes - need to check when used in a
JSP)
Modified:
tomcat/trunk/test/org/apache/el/TestELEvaluation.java
Modified: tomcat/t
Author: markt
Date: Wed Jan 6 19:04:32 2010
New Revision: 896622
URL: http://svn.apache.org/viewvc?rev=896622&view=rev
Log:
Prevent NPE in emebedded case when no web.xml is provided at all
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JspConfig.java
Modified: tomcat/trunk/java/org/
Author: rjung
Date: Wed Jan 6 19:15:25 2010
New Revision: 896626
URL: http://svn.apache.org/viewvc?rev=896626&view=rev
Log:
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=89
https://issues.apache.org/bugzilla/show_bug.cgi?id=48169
--- Comment #4 from Troy Bowman 2010-01-06 16:51:04 UTC ---
(In reply to comment #3)
> Can you check if the
> http://svn.apache.org/viewvc?rev=892725&view=rev
> fixes the issue?
>
> It uses SOCK_CLOEXEC|FD_CLOEXEC so it should close all so
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|C
https://issues.apache.org/bugzilla/show_bug.cgi?id=48498
Summary: 6.0.22RC: ArrayIndexOutOfBoundsException from Jasper
when compilation error inside a CDATA block
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windo
https://issues.apache.org/bugzilla/show_bug.cgi?id=48498
--- Comment #1 from Konstantin Kolinko 2010-01-06
19:47:10 UTC ---
Created an attachment (id=24809)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24809)
/webapps/examples/jsp/jsp2/jspx/basic.jspx
One more example - a JSP page
54 matches
Mail list logo