History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SIM-83
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Assignee: Mathias Bogaert
Reporter: Joseph Ottinger
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
SiteMesh

RequestDispatcher.forward() support

Created: 03/Mar/04 01:37 PM   Updated: 09/Mar/04 08:08 AM
Fix Version/s: 2.1

File Attachments: 1. GZip Archive sitemeshchange.tar.gz (4 kb)

Environment: Solaris 9, Orion


 Description  « Hide
In <page:applyDecorator />, if more than one resource does a RequestDispatcher.forward(), an exception is thrown. This is because teh request has already forwarded (and the original request is what is used in the tag). I'm going to attach a .tar.gz consisting of three files that should be added (and in one case, replace) what's in CVS from two days ago. Sorry, I don't have network connectivity right now to build an actual patch file.

 All   Comments   Change History      Sort Order:
Joseph Ottinger - [03/Mar/04 01:38 PM ]
This is three files that should be part of the sitemesh source tree. Note that the ApplyDecoratorTag.java file is based off of a CVS update from two days ago, so any recent changes MAY BE OVERWRITTEN.

Mathias Bogaert - [09/Mar/04 08:08 AM ]
Applied. Thanks!