[jboss-jira] [JBoss JIRA] (SECURITY-769) Initialize AbstractServerLoginModule#validOptions with correct size
Philippe Marschall (JIRA)
issues at jboss.org
Sun Dec 22 18:36:32 EST 2013
[ https://issues.jboss.org/browse/SECURITY-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Philippe Marschall resolved SECURITY-769.
-----------------------------------------
Resolution: Done
Pull request has been merged.
> Initialize AbstractServerLoginModule#validOptions with correct size
> -------------------------------------------------------------------
>
> Key: SECURITY-769
> URL: https://issues.jboss.org/browse/SECURITY-769
> Project: PicketBox
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: JBossSX
> Reporter: Philippe Marschall
> Assignee: Stefan Guilhen
> Fix For: PicketBox_4_0_20.Final
>
>
> {{AbstractServerLoginModule#validOptions}} is initialized with the default {{HashSet}} size (which is the default {{HashMap}}) size. However since it's lazily initialized in {{addValidOptions}} and we have the valid module options there we know what the right size will be.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list