shinesolutions / aem-test-suite

AEM infrastructure test suite covering acceptance, recovery, security guideline testing scenarios
Apache License 2.0
5 stars 8 forks source link

Security test for Dispatcher cache flush #6

Closed cliffano closed 6 years ago

cliffano commented 6 years ago

As per https://helpx.adobe.com/experience-manager/dispatcher/using/dispatcher-configuration.html#main-pars_title_19, it shouldn't be possible to invalidate Dispatcher cache.

The sample command on that article is: curl -H "CQ-Handle: /content" -H "CQ-Path: /content" http://yourhostname/dispatcher/invalidate.cache However, for our test, let's simulate it with ruby.

ibi456 commented 6 years ago

PR #7