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
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=46464
Filip Hanik changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
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
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,
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