[JIRA] Created: (JOST-188) DefaultBootstrap is unnecessarily calling Velocity singleton initialization

Brent Putman (JIRA) noreply at shibboleth.net
Wed May 2 22:33:03 BST 2012


DefaultBootstrap is unnecessarily calling Velocity singleton initialization
---------------------------------------------------------------------------

                 Key: JOST-188
                 URL: https://issues.shibboleth.net/jira/browse/JOST-188
             Project: OpenSAML 2 - Java
          Issue Type: Bug
          Components: SAML 1, SAML 2
    Affects Versions: 2.5.3
            Reporter: Brent Putman
            Assignee: Brent Putman
            Priority: Minor
             Fix For: 2.5.4


For historical reasons, DefaultBootstrap is setting some properties on the Velocity singleton and calling Velocity.init().  These are not needed and not used in the "separate instance" model of Velocity, which we use everywhere else in the library.  The singleton init however can muck with usage of Velocity in the calling application, so this code in DefaultBootstrap should be removed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list