Bug #34428 | Enforce Only View Objects Being Called From JSP | ||
---|---|---|---|
Submitted: | 8 Feb 2008 17:44 | Modified: | 9 Jan 2015 14:33 |
Reporter: | Joshua Ganderson | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Enterprise Monitor: Web | Severity: | S4 (Feature request) |
Version: | 2.0 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[8 Feb 2008 17:44]
Joshua Ganderson
[8 Feb 2008 18: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?