Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

3 Replies

Avatar

Correct answer by
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