Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Level 9

A good document is here.

Apache Sling :: Service Authentication

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