f6902471fb
There were two issues that needed resolved - Since DefaultWebSecurityExpressionHandler no longer implemented WebSecurityExpressionHandler a bean lookup by type would not work. This caused failures in the JSF support. - The method createEvaluationContext needed to be explicitly defined on WebSecurityExpressionHandler since the parameterized type from the super interface is not preserved at compile time. Without explicitly defining the method any class compiled against a previous version would cause a NoSuchMethodException.