[jboss-jira] [JBoss JIRA] Created: (JBAS-5932) Refactor redundant code in EJB2 SecurityInterceptors (invoke and invokeHome)

Anil Saldhana (JIRA) jira-events at lists.jboss.org
Fri Sep 5 18:00:38 EDT 2008


Refactor redundant  code in EJB2 SecurityInterceptors (invoke and invokeHome)
-----------------------------------------------------------------------------

                 Key: JBAS-5932
                 URL: https://jira.jboss.org/jira/browse/JBAS-5932
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: EJB2
    Affects Versions: JBossAS-5.0.0.CR1
            Reporter: Anil Saldhana
            Assignee: Anil Saldhana
             Fix For: JBossAS-5.0.0.CR2


The SecurityInterceptors all have the same code in both invoke and invokeHome methods (except for getNext().invokexxx).  Any change to the interceptors need to happen in both the methods.  So refactor the common code into a separate method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list