Issue Details (XML | Word | Printable)

Key: SHALE-296
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Mario Ivankovits
Votes: 0
Watchers: 0
Operations

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

lifecycleListener removes too many servletRequest attributes in case of requestDestroyed

Created: 28/Sep/06 06:06 PM   Updated: 23/Jan/07 04:40 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.0.4

File Attachments:
  Size
File Licensed for inclusion in ASF works lifecycle_removed_attrs.diff 2006-09-28 06:07 PM Mario Ivankovits 0.8 kB


 Description  « Hide
one side effect is, that a error page which should be shown is no longer possible to view the exception as the lifecycleListener has removed it from the map.

From the comment a few lines above the code piece in queston I guessed what was the original intention.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig McClanahan added a comment - 29/Sep/06 06:21 PM
Fixed in nightly build 20060930. I modified your patch slightly to include instances of ViewController (as well as AbstractRequestBean) because we want to trigger destroy() callbacks on both of these.