Jquery Remove Coming As Part Of Richfaces
I am using the 3.3.x version of richfaces and that contains the 1.3.2 jquery version. and our system(other resources) found that jquery version 1.3.2 have security vulnerability. I
Solution 1:
Changing jQuery version was a task when I decided to add PrimeFaces to my Richfaces project. I don't know if it is posible in RF 3.3.X (it's really ancient), but in RF 4.X it's possible and quite simple.
Here are docs 5.4.3. Resource mapping and here is some small working example (not mine!). In static-resource-mappings.properties
you can use any jQuery you want:
jquery.js=jquery-alternative-version.js
but you have to make that this version is compatibile with RichFaces.
Let us know if it works also in RF 3.3.X.
Post a Comment for "Jquery Remove Coming As Part Of Richfaces"