Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
9.6.0
-
None
-
None
Description
While upgrading from wicket 8 to 9.6 we are trying to implement CSP. We also use the autocompletebehavior. This in turn call wicket-autocomplete.js (wicket-extensions\src\main\java\org\apache\wicket\extensions\ajax\markup\html\autocomplete).
This js file contains "handleSelection" function trying to "eval(attr.value)" throwing a CSP 'unsafe-eval' exception.
So the autocomplete textfield will display choices, but won't handle user selection.