DO NOT REPLY [Bug 15657] - NotSerializableException while trying to write byte data in ServletOutputStream from Action Class

2002-12-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/actionExceptionHandler.java

2002-12-25 Thread Eddie Bush
You're not that hard to put up with ;-) You just wanted it fixed right and it took finally having time to sit down and examine the situation properly to see it in the correct light. While you may not care about getting the credit, I care about giving it to you :-) Erik Hatcher wrote: No worr

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action ExceptionHandler.java

2002-12-25 Thread Erik Hatcher
No worries... I don't need the credit... I'm just glad it got patched and Struts is all the better for it! :) Thanks Eddie for putting up with my persistence on this issue. I'll give a nightly or beta3 build a try one of these days soon. Erik On Wednesday, December 25, 2002, at 05:15 AM,

Re: [VOTE] Struts 1.1 Beta 3 Release Plan (revised)

2002-12-25 Thread Ted Husted
12/24/2002 6:53:29 PM, Martin Cooper <[EMAIL PROTECTED]> wrote: >The plan doesn't say we're committing to fixing the problem, it >says the problem report must be resolved before final release of >Struts 1.1. I believe we need to do that, even if we have to mark >it LATER because we haven't been a

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/actionExceptionHandler.java

2002-12-25 Thread Eddie Bush
Ugh. I should have credited Erik Hatcher for this patch, but I forgot to put it in on the commit notes. Is there a way I can fix this? [EMAIL PROTECTED] wrote: ekbush 2002/12/25 01:01:46 Modified:src/share/org/apache/struts/action ExceptionHandler.java Log: Make ExceptionHandler o

DO NOT REPLY [Bug 12871] - ExceptionHandler does not obey controller inputForward rule

2002-12-25 Thread bugzilla
SOLVED Resolution||FIXED --- Additional Comments From [EMAIL PROTECTED] 2002-12-25 09:05 --- Fixed in nightly build 20021225 My appologies for being so thick-headed about this. Yes, I had tested it before, but I hadn't tested it correctly. Your

cvs commit: jakarta-struts/src/share/org/apache/struts/action ExceptionHandler.java

2002-12-25 Thread ekbush
ekbush 2002/12/25 01:01:46 Modified:src/share/org/apache/struts/action ExceptionHandler.java Log: Make ExceptionHandler obey the controller's inputForward rule. Also, create ActionError instance by passing ex.getMessage() as the first replacement parameter. PR: 12871