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

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

Mark Solution

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

解決済み

Bundle whitelisting : what exactly does this refer to

Avatar

Level 8

Hi All,

I have heard about the term Bundle Whitelisting.

Any thoughts on what exactly is this and when should this be done. Basically looking for some additional inputs here.

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

Avatar

正解者
Level 9

Basically whitelisting bundle means using deprecated API's within our code base even though it is not recommended to use it.

Whitelisting bundles for administrative login

Apache Sling :: Service Authentication

元の投稿で解決策を見る

3 返信

Avatar

Level 9

A good document is here.

Apache Sling :: Service Authentication

Avatar

正解者
Level 9

Basically whitelisting bundle means using deprecated API's within our code base even though it is not recommended to use it.

Whitelisting bundles for administrative login

Apache Sling :: Service Authentication

Avatar

Level 10

When you bundle has deprecated usage of API's as an example loginAdminstrative() for session, you have to add your bundle into exception list before you can use it and similar error is thrown in logs also