Bundle whitelisting : what exactly does this refer to | Community
Skip to main content
cquser1
New Participant
August 29, 2018
Solved

Bundle whitelisting : what exactly does this refer to

  • August 29, 2018
  • 3 replies
  • 2676 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jitendra_S_Toma

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 replies

edubey
New Participant
August 29, 2018

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

Jitendra_S_Toma
Jitendra_S_TomaAccepted solution
New Participant
August 29, 2018

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

Jitendra_S_Toma
New Participant
August 29, 2018