コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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

Avatar

Community Advisor

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.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

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

AEM LinksLinkedIn

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

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

AEM LinksLinkedIn

Avatar

Community Advisor

Thanks @arunpatidar