Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Level 9

A good document is here.

Apache Sling :: Service Authentication

Avatar

Korrekte Antwort von
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