DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15657>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15657 NotSerializableException while trying to write byte data in ServletOutputStream from Action Class [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-01-07 03:56 ------- The servlet spec only requires things to be Serializable if they are *session* attributes of an application that is marked <distributable/> in web.xml. Some containers (apparently including somne versions of WebLogic) seem to impose an additional requirement that *context* (i.e. application scope) attributes must be Serializable as well. IMHO, such containers are badly broken. Struts will not be modified to accomodate them. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>