[JIRA] Resolved: (JOST-188) DefaultBootstrap is unnecessarily calling Velocity singleton initialization
Brent Putman (JIRA)
noreply at shibboleth.net
Wed May 2 22:38:03 BST 2012
[ https://issues.shibboleth.net/jira/browse/JOST-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brent Putman resolved JOST-188.
-------------------------------
Resolution: Fixed
Fixed in r1574.
> 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
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> 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