Block .exe file being uploaded to AEM author accessible via Dispatcher | Community
Skip to main content
DPrakashRaj
Community Advisor
Community Advisor
August 31, 2022
Solved

Block .exe file being uploaded to AEM author accessible via Dispatcher

  • August 31, 2022
  • 1 reply
  • 852 views

Hi,

I am looking for a way to block the upload of .exe file from being upload on AEM author accessed via dispatcher URL.

I know there is an OSGI configs that can be used to allow upload for specific MINE-TYPE but i don't want to go through this route.

Let me know if we can block it via dispatcher configuration.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

It is not possible to block asset upload from dispatcher by asset type

The asset is uploaded by a form file upload action http://localhost:4502/content/dam/aem64app.createasset.html 

 

you have to put a check at client side.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
September 1, 2022

Hi,

It is not possible to block asset upload from dispatcher by asset type

The asset is uploaded by a form file upload action http://localhost:4502/content/dam/aem64app.createasset.html 

 

you have to put a check at client side.

Arun Patidar
DPrakashRaj
Community Advisor
Community Advisor
September 2, 2022

Thanks @arunpatidar