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

Bruce_Lefebvre
Bruce_Lefebvre
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
28

Likes Received

Likes Received
30

Posts

Posts
63

Discussions

Discussions
6

Questions

Questions
57

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Bruce_Lefebvre
Customize the badges you want to showcase on your profile
Re: Using Content Transfer Tool - From AEM instance to a Cloud Service instance | AEM Community Blog Seeding - Adobe Experience Manager 04-08-2021
Hello @asn_india, > Would you be able to share some statistics around the usage of content transfer tool? interested in assets migration from non-cloud to cloud(6.4 to cloud)Adobe has introduced a new tool called the Cloud Acceleration Manager which will be able to help answer these questions, in addition to helping with other aspects of the transition journey starting from planning to going live on Cloud Service. > What is a comfortable set size?This depends on the configuration of AEM's data s...

Views

207

Like

1

Replies

0
Re: Hi Team, When running the dispatcher tool , we got belo... - Adobe Experience Manager 06-05-2021
Hi @niks1, Looks to me like the issue is the inclusion of the text "*.1.json" in this line. If you would like to enable the use of the "1" selector, you could add a `/selectors` element to the rule. Details can be found here (look for "/selectors" on the page for examples): https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-configuration.html?lang=en#restricting-query-strings

Views

612

Like

1

Replies

0
Re: What do people think about the dispather recommendati... - Adobe Experience Manager 22-03-2021
@BrettBirschbach wrote:That said, what are your thoughts on why the dispatcher forwards query parameters ignored for caching purposes to the AEM server?Good question. I've raised this internally and will share an update when I know more. Thanks again for sharing your concerns about this rule. It's led to a good discussion on our team, and we've updated the ignoreUrlParams rule description with a "Security Caveat" section.

Views

719

Like

1

Replies

0
Re: Experience Fragment issue in Dispatcher - Adobe Experience Manager 30-09-2020
Hello, The exact behaviour of the dispatcher in this situation will depend on your configuration:Is the dispatcher configured to use TTLs (via the `/enableTTL` setting)?Or, is it using .stat file based invalidation with a dispatcher flush agent?In case #1 above, the time-to-live on the content in question (often set with the ACS AEM Commons Dispatcher TTL feature) will need to expire before the page will be "refetched" from the publish tier. In case #2, .stat files will be "touched" in the cache...

Views

1.7K

Likes

2

Replies

0
Re: How does the dispatcher flush do invalidation rather... - Adobe Experience Manager 15-09-2020
Yes, this feature still uses the standard flush agent URI (http://host:port/dispatcher/invalidate.cache), but changes the HTTP method to POST and uses the custom serialization type which is implemented in this example code (and intended to be customized for your own use case): https://github.com/cqsupport/webinar-dispatchercache/blob/master/src/refetching-flush-agent/refetch-bundle/src/main/java/com/day/cq/replication/dispatcher/DispatcherFlushContentBuilder.java

Views

544

Likes

0

Replies

0
Re: Is there a way to disable JS minification for a parti... - Adobe Experience Manager 22-07-2020
Thank you for sharing this with community.

Views

1.9K

Likes

0

Replies

0
Re: "mailto:" and "tel:" links do not work in InAppBrowser (Android only) - Adobe Experience Manager Mobile 03-12-2019
There's a long-standing bug in Chromium regarding how links without protocols are handled. This error does not have a single solution till date because it arises due to a multitude of reasons. The ERR_UNKNOWN_URL_SCHEME error is commonly because of your browser issue . There's no application on your device which can handle that particular action. It is a Chromium bug . In Chrome version 40 and up, this bug has resurfaced, but only if you are manually entering the URL of the redirect page in the ...

Views

6.0K

Like

1

Replies

0
Re: Load local file error - Adobe Experience Manager Mobile 14-07-2017
The reason I ask is that there is a known issue which prevents local XHRs when using the WKWebView plugin: [CB-10143] Local file:// url XmlHttpRequests are not allowed in WKWebViewEngine - ASF JIRA

Views

1.5K

Like

1

Replies

0
Re: Use pdf.js: Cross domain access error - Adobe Experience Manager Mobile 14-07-2017
Hi David,I've seen this library work in other applications so I believe that this is due to a known issue [1] with using the WKWebViewEngine in iOS.Can you try creating a new app with the WKWebView plugin disabled?[1] [CB-10143] Local file:// url XmlHttpRequests are not allowed in WKWebViewEngine - ASF JIRA

Views

1.8K

Like

1

Replies

0
Re: Best way to POST a form from IOS ContentSync app to AEM Servlet - Adobe Experience Manager 15-11-2016
Thanks!!My bad I should have looked at the code for filter, assumed it was failing with POSTMan it would fail on application as well.

Views

307

Likes

0

Replies

0