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

arunpatidar
arunpatidar
Online

Badges

Badges
57

Accepted Solutions

Accepted Solutions
1211

Likes Received

Likes Received
2755

Posts

Posts
4263

Discussions

Discussions
1043

Questions

Questions
3223

Ideas

Ideas
26

Blog Posts

Blog Posts
9
Top badges earned by arunpatidar
Customize the badges you want to showcase on your profile
Re: Canonical URL and hreflang tag automation - Adobe Experience Manager 19-08-2022
you can use sling rewriter pipeline to parse page html and inject canonical and hreflang https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html https://wttech.blog/blog/2019/how-to-use-sling-transformers-in-aem/ https://github.com/adobe/aem-core-wcm-components/blob/24ae796efb810b420124084923bf66584be4fd96/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/models/v2/PageImpl.java#L340

Views

48

Like

1

Replies

0
Re: which filter is run first, lower or higher order/priority/ranking number? - Adobe Experience Manager 19-08-2022
Please check service.ranking Integer 0 Any Integer value Indication of where to place the filter in the filter chain. The higher the number the earlier in the filter chain. This value may span the whole range of integer values. Two filters with equal service.ranking property value (explicitly set or default value of zero) will be ordered according to their service.id service property as described in section 5.2.5, Service Properties, of the OSGi Core Specification R 4.2. Please note that the ord...

Views

32

Likes

0

Replies

2
Re: Asset Ingestion via MuleSoft to AEMaaCS - Adobe Experience Manager 19-08-2022
Hi, Probably you can check integration part if that helps https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis.html

Views

25

Like

1

Replies

0
Re: Create a new core level with the AEM Core WCM - Adobe Experience Manager 18-08-2022
I would not recommend to use apps/core location for custom build. you can try apps/org-core and do proxy from there. Yes this is possible we did this for custom core components that we built.

Views

18

Like

1

Replies

0
Re: Redirect Rule redirecting HTTPS request to HTTP - Adobe Experience Manager 17-08-2022
Could you please share your all redirect rules? I believe you have too many redirect and all could be PT or you should considering to add http to https as first rule without PT.

Views

74

Likes

2

Replies

1
Re: JUNIT SAXNotRecognizedException - Adobe Experience Manager 17-08-2022
I think json is not loaded. Can you try with examples at here https://github.com/arunpatidar02/com.aemlab.junitapp/tree/master/core/src/test

Views

49

Likes

2

Replies

0
Re: Maker in logs does not work in AEM Cloud?? - Adobe Experience Manager 17-08-2022
Please check https://sling.apache.org/documentation/development/logging.html#logger-configuration-1

Views

38

Like

1

Replies

0
Re: Create a new core level with the AEM Core WCM - Adobe Experience Manager 17-08-2022
Hi, Could you please explain a bit in a detail? Technically creating new app or subfolder within app is possible.

Views

38

Like

1

Replies

2
Re: Display Composite multifield on pages using sling model and htl - Adobe Experience Manager 17-08-2022
You can try @ChildResource injector https://sling.apache.org/documentation/bundles/models.html @ChildResource ChildrenList compositefield;

Views

23

Likes

3

Replies

0
Re: Add page plugin for Facebook - Adobe Experience Manager 16-08-2022
You are adding the external javascript reference which can be directly added in the component html If you have to write your own javascript and CSS then use ui.frontend module.

Views

81

Like

1

Replies

0