[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3073) Make getParameter(String) available via the Filter interface

David Hudson (JIRA) noreply at atlassian.com
Thu Jan 17 11:58:55 EST 2008


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list