Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Fanindra_Surat
Fanindra_Surat
Online

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
103

Posts

Posts
83

Discussions

Discussions
13

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Fanindra_Surat
Customize the badges you want to showcase on your profile
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 01-06-2022
Hi @P_V_Nair - You can use the bnd maven plugin too, but the instruction you may want to use is -includeresource. More detailed steps on using this plugin for embedding third-party jar is at the link https://myaemlearnings.blogspot.com/2021/12/embed-third-party-dependency-using-bnd.html

Views

197

Like

1

Replies

2
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 01-06-2022
Hi @P_V_Nair - The google could storage jar that you are using is a third-party jar and is not available in the OSGI. By adding an entry in the pom file, you are only making sure that the jar is available during local development and compile-time; but for the same to work in the context of OSGI, the jar should be available as a bundle in the OSGI. To achieve this you can follow the following articles:https://www.linkedin.com/pulse/how-add-third-party-bundle-you-aem-package-veena-vikramanhttps://...

Views

239

Likes

2

Replies

5
Re: ArrayIndexOutOfBoundsException error in aem6.5 - Adobe Experience Manager 01-06-2022
Hi @srinivas_chann1 - Is the /xxx-info/ a page or a Servlet? If a page, the error might be from the page rendering code or anything at page level. I would also look at how the error handling is implemented in your application, the ArrayIndexOutOfBounds Exception seems to be occurring when the application is throwing an error!

Views

109

Like

1

Replies

0
Re: Encapsulated token and CUG support on Cloud Service? - Adobe Experience Manager 01-06-2022
Hi @baoyu_li - There is no specific mention of AEMaaCS not supporting Encapsulate token.There is also a reference of the Adobe Granite Token Authentication Handler configuration in one of the AEMaaCS documentation pages with "Enable Encapsulation token Support" flag. So, I believe it is pretty much safe to assume that the feature is supported.Ref - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/security/same-site-cookie-support.html?lang=en Thanks,Fani

Views

89

Likes

2

Replies

0
Re: Sling Filter with multiple resource type and specific query parameter in request - Adobe Experience Manager 01-06-2022
Hi @DJSarkar - Have you tried the relative paths with SlingServletFilter annotation like below?@SlingServletFilter(scope = { SlingServletFilterScope.REQUEST}, resourceTypes = {"a/p1","a/p2","a/p3"}, pattern = "/content/(parent)/.*", extensions = {".html"}, methods = {"GET"})

Views

123

Like

1

Replies

0
Re: In React SPA, the redirect template is not working as expected - Adobe Experience Manager 01-06-2022
Hi @riyazahm - Redirect templates are typically used for redirects, do you have such a use case?Additionally, on the .html suffix please refer to https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-default-redirect-template-adding-html-in-publish/td-p/310267 Thanks,Fani

Views

45

Like

1

Replies

0
Re: Dynamic Media - PNG image with transparent background - Served with white - Adobe Experience Manager 01-06-2022
Hi @pradeepmoolemane - Good Job, you have rightly identified the solution to rendering the transparent images by using fmt=png-alpha. Now, there are multiple solutions to apply this formatting for all the pngs but the simplest could be to have a utility that detects the DAM image extension and renders a corresponding DM URL with the fmt option suffixed and use it in all the components leveraging DM images.Let me know, if you have any other questions!

Views

192

Likes

2

Replies

0
Re: while I'm hitting experience fragments on browser "undefined" 404 coming - Adobe Experience Manager 01-06-2022
Hi @keshava219 - Your URL seems to be incorrect with /undefined in the path. How are you grabbing this URL of Experience fragment? Ideally the last element in your XF url should be the variation you are trying to access, and for all XF's a default variation of master exists. So, try accessing your XF with replacing undefined as master.If still doesn't work, the XF might not be published and so re-publish.

Views

99

Like

1

Replies

0
Re: Issue creating local users - Adobe Experience Manager 30-05-2022
Hi @neilwebbcbs - Can you confirm if you are using the touch UI only? http://localhost:4502/security/users.html but not the classic UI http://localhost:4502/useradmin? Thanks,Fani

Views

144

Like

1

Replies

0
Re: vanity and redirect Page properties remove - Adobe Experience Manager 30-05-2022
Hi @veerareddyc1015 - Though it might not be a priority item, it is recommended to clean the properties and more so since they are vanity and redirect properties.Since these are moved to dispatcher already and any future updates will be made there, you will end up having duplicate or different vanity/redirects at AEM Publish vs dispatcher which should be avoided.

Views

122

Like

1

Replies

0