andruhon commented on a change in pull request #382: WICKET-6688 add RFC and replace eval with DOM eval URL: https://github.com/apache/wicket/pull/382#discussion_r323986274
########## File path: wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js ########## @@ -956,7 +975,7 @@ try { // do the evaluation in global scope - var f = window.eval(toExecute); + var f = jQuery.globalEval(toExecute, {nonce: nonce}); Review comment: Not sure that I understand the evaluateWithManualNotify, if the script is somewhat like `(function(){aa|})();` it does split separate scripts and feeds one into other? Do you have an example of real use somewhere? This look really magical. Don't remember this mentioned in documentation. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services