Re: svn commit: r731967 - in /tomcat/trunk: ./ java/javax/servlet/ java/javax/servlet/annotation/ java/javax/servlet/http/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/a

2009-01-07 Thread Mark Thomas
Remy Maucherat wrote: > On Tue, 2009-01-06 at 22:17 +, Mark Thomas wrote: >> This is the public review. There have been quite a few changes since the >> public >> draft. > > And there might be more changes, esp with the async stuff. I was going to leave any implementation of that until last

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2009-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2009-01-07 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk has an issue affecting its community integration. This issue

DO NOT REPLY [Bug 46464] Serialisation issues in catalina

2009-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46464 Filip Hanik changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 46464] Serialisation issues in catalina

2009-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46464 --- Comment #8 from Sebb 2009-01-07 07:32:48 PST --- The code appears to be trying to modify the default Java serialization mechanism by providing readObject/writeObject methods. However these methods do not have the correct signature

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2009-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 --- Comment #5 from Kin-Man Chung 2009-01-07 18:15:14 PST --- Created an attachment (id=23094) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23094) Patch based on glassfish source The patch is based on glassfish source,

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2009-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 --- Comment #6 from Konstantin Kolinko 2009-01-07 19:20:59 PST --- My reading of the spec (JSP 2.1, Final Release) is the following 1. The spec in many places uses "calling page" where "calling page or tag" is meant, and I think that