undertow-io / jastow

Jasper fork for Undertow
Apache License 2.0
22 stars 46 forks source link

[UNDERTOW-2151] Use ELManager to obtain the ExpressionFactory. #68

Closed bstansberry closed 2 years ago

bstansberry commented 2 years ago

ELManager.getExpressionFactory() provides a shared instance with the same set of configuration properties as a call to ExpressionFactory.newInstance() does.

ropalka commented 2 years ago

Thank you very much for investigating the JSF issue and identifying this regression @bstansberry !