I asked following question about integration antysami library and cq. But I have related questions to result achieve.
I noticed that cq5 documentation for 5.5 doesn't contain information about antisamy(on the other hand cq 5.6 documentaion contains this information)
In answer to question I mentioned I see that for using antysamy I should have installed owasp esapi bundle installed in your instance. Now I have two instances of cq locally (5.5 and 5.6.1 versions). In both instances I see
/libs/cq/xssprotection/config.xml
But both instances don't contain owasp esapi bundle. (I watch it by this link: http://localhost:4502/system/console/bundles
)
Please provide steps for achieve owasp esapi bundle installation to my local instance. Does this procedure differ for cq 5.5 and cq 5.6(.1) ?
UPDATE:
my current meaning(please approve or correct it) looks so:
download from http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.esapi/2.0GA_1 third party bundle and install it to cq.
After this step I saw that this bundle in state installed(not active)
To make mentioned bundle active I installed this bundle list to my instances:
http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.antisamy/1.4.5_1 http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-beanutils/1.8.3_2 http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-configuration/1.4_4 http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/2.11.0_1 http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/1.2_1
please correct if I wrong.