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

Tomasz_Sobczyk
Tomasz_Sobczyk
Online

Badges

Badges
10

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
9

Posts

Posts
15

Discussions

Discussions
0

Questions

Questions
15

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Tomasz_Sobczyk
Customize the badges you want to showcase on your profile
Re: Lack of SSI in AEMaaCS Dispatcher - Adobe Experience Manager 24-08-2022
I think, this does work now. I checked with local sdk and dispatcher setup. Changes are below https://github.com/arunpatidar02/aemaacs-aemlab/pull/21/files

Views

7

Like

1

Replies

0
Re: AEM as Cloud implementing Redirect Map Manager - Adobe Experience Manager 10-11-2021
New version of ACS commons earlier this year has Redirect Manager that is supported in Cloud.https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.html

Views

8.2K

Like

1

Replies

0
Re: enabling GZIP in AEM/dispatcher/web - Adobe Experience Manager 12-07-2021
What's the benfit here of gzipping on AEM? If Apache takes care of gzipping everything - what's the value here of doing it on AEM as well? My colleague is suggesting that gzipping stuff on AEM is actually providing zero benefit since Dispatcher will decompress the response from AEM anyway... So what's the point?

Views

697

Likes

0

Replies

0
Re: Is it possible to log in programatically to experienc... - Adobe Experience Manager 13-10-2020
@Tomasz_Sobczyk - As this is something new that came up for AEMaaCs, I think you can consult the product owners if there is any way. Some login servlet or something should help you automate this.

Views

359

Like

1

Replies

0
Re: Even after clearing the dispatcher cache query parame... - Adobe Experience Manager 06-05-2020
It was resolved.Issue was with the SDI, that we use for XF caching, when SDI was enable it was adding one CSS file in the page source for XF component so this CSS file was altering the page's look and fill but when I was using query parameter, it was skipping the SDI as well as dispatcher so getting the actual content as it was there on the publisher server. Thanks all for your suggestions on this topic.

Views

2.4K

Like

1

Replies

0
Re: Externalizing URL for a multilingual site - Adobe Experience Manager 15-10-2015
Hi Salvador,Few things to validate:1. Do you have seperate cache set up for each domain on Dispatcher level (you will need it).2. Secondly what's your real requirement? Every link on a page that you display should have an url containing domain instead of just /page.html -> absolute url?3. You should utilize Sling mapping to have a flexible connection from content to domain. Once you have that, write your own Sling Rewriter (https://helpx.adobe.com/experience-manager/using/creating-link-rewrite.h...

Views

817

Likes

0

Replies

0
Re: Need Solution to Quickly Copy and Paste Content into the Editor FAST - Adobe Experience Manager 15-10-2015
Try this out:- Open the Word document in Microsoft Word.- Click File or the Office button (depending on your version of Word).- Choose Save As.- Under the Save As type drop-down menu, choose Web Page, Filtered.- Under Save In, select the folder where you would like to save the file.- Now, open the saved file using a browser- Copy-paste from here to your Rich Text Editor. If this too doesn't work:- View Source from the word browser- Copy the HTML code- Use "Edit Source" feature of Rich Text Edito...

Views

1.3K

Likes

0

Replies

0
Re: Unclosed session detected in logs - Adobe Experience Manager 15-10-2015
Hi experts, Thanks for you reply. I will check for the mentioned link for unclosed session and will write down the analysis.

Views

809

Likes

0

Replies

0
Re: How to pass parameter to url authored in Rich Text? - Adobe Experience Manager 15-10-2015
Regular pathfinder is not going to allow you to add parameters. You need to extend the Link dialog in Richtext and add custom "suffix" field there, of course including overriding the implementation part which is responsible for generating html of the link (which will include your additional parameter).

Views

906

Likes

0

Replies

0
Re: How to let the dispatcher not cache certain component? - Adobe Experience Manager 15-10-2015
Here is also a header that you can set for the request.https://helpx.adobe.com/experience-manager/kb/DispatcherNoCache.html

Views

1.2K

Likes

0

Replies

0