DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30083>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30083 [portal] BookmarkAction does not work on IBM WebSphere 5.1 Summary: [portal] BookmarkAction does not work on IBM WebSphere 5.1 Product: Cocoon 2 Version: 2.1.5 Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This will be tough to test, but I am willing to test any patches that will arise to hunt this bug. BookmarkAction causes Cocoon internal error when called in conjunction with internal redirect like this: <map:match pattern="bookmark"> ... <map:act type="portal-bookmark"> <map:parameter name="portal-name" value="portal"/> <map:redirect-to uri="cocoon:/portal?{uri}"/> </map:act> </map:act> </map:match> This error does NOT occure in any of the following states: - BookmarkAction is not used - redirect is external <map:redirect-to uri="portal?{uri}"/> Please take a look at attached logs: java.lang.NullPointerException at com.ibm.ws.http.HttpResponse.writeHeaders(HttpResponse.java:260) ... and HTTP header sent back to client: Error 500: Server caught unhandled exception from servlet [Cocoon]: ERROR: Cannot set header. Response already committed. I know this information could not be enough but one never knows. Maybe you would have a clue why this occures. Thank you, Michal
