| Bug #34428 | Enforce Only View Objects Being Called From JSP | ||
|---|---|---|---|
| Submitted: | 8 Feb 2008 18:44 | ||
| Reporter: | Joshua Ganderson | ||
| Status: | Verified | ||
| Category: | Monitoring: Web | Severity: | S4 (Feature request) |
| Version: | 2.0 | OS: | Any |
| Assigned to: | Bugs System | Target Version: | |
[8 Feb 2008 18:44]
Joshua Ganderson
[8 Feb 2008 19:13]
Joshua Ganderson
Note, protect call to original object in view containers. Something to note - most container objects will have a method to retrieve the original server object (useful in action code in a variety of situations). However, this method should not be called from the jsp. Because these methods need to remain public, perhaps a check that the caller is an instance of something that extends BaseAction?
