Make getParameter(String) available via the Filter interface
------------------------------------------------------------
Key: HHH-3073
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3073
Project: Hibernate3
Issue Type: Improvement
Components: core
Affects Versions: 3.2.5
Environment: All
Reporter: David Hudson
Priority: Minor
Currently the Filter interface does not expose the getParameter(String) method that is
available on the FilterImpl implementation.
This would be usefull to allow filter parameters to be accessed and saved at runtime thus
allowing a filter to be temporarily disabled and reenabled (followed by the reapplication
of the paramters).
The current action when disabling and then re-enabling a filter causes the Filter to be
recreated and the parameters lost.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira