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

matth_as
matth_as
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by matth_as
Customize the badges you want to showcase on your profile
Re: Clientside caching of clientlibs and images - Adobe Experience Manager 15-10-2015
Hello Sham,Thanks for your reply.I already tried just with active dispatcher and the above stated config (deleted all the rewrite rules etc) and it didn't work.Even if I just activate and configure the dispatcher module and do nothing else, no ETag will be served.DocumentRoot "/dispatcher-cache" SetHandler dispatcher-handler ModMimeUsePathInfo On SetOutputFilter INCLUDES Options FollowSymLinks Includes AllowOverride None Require all granted LoadModule dispatcher_module /mod_dispatcher.so # ...

Views

276

Likes

0

Replies

0
Clientside caching of clientlibs and images - Adobe Experience Manager 15-10-2015
Hello,I'm working at a CQ5 application with activated Apache dispatcher module.Clientlibs (CSS, Javascript) and images are getting cached by the dispatcher, but the browser every time receives a response code 200 instead of 304 for using the cached files on client side.When I look at the response header I don't receive any ETag information. Could this be the fault? Example response of clientlibs.js:HTTP/1.1 200 OK Date: Thu, 25 Sep 2014 09:25:05 GMT Server: Apache/2.4.6 (Ubuntu) X-Frame-Options:...

Views

622

Likes

0

Replies

3
Re: Dynamic message key for i18n - Adobe Experience Manager 15-10-2015
Hello Runal,thx for your reply.I used the format-version and it works!Very nice idea. Kind regardsMatthias

Views

1.0K

Likes

0

Replies

0
Dynamic message key for i18n - Adobe Experience Manager 15-10-2015
Hello,I'm working with AEM6 and Sightly and have an issue with our message keys.Until now we had some text output like Now I would like to use this format: ${'message.key' @ i18n}I thought, I found the solution by using ${'message.key.part.{0}.another.part.{1}' @ i18n, format=[variable1, variable2]}but the format-option only injects the values of variable1 and variable2 into the translation of the provided message key at the corresponding placeholders.Other combinations like ${'message.key.'vari...

Views

1.8K

Likes

0

Replies

2
Likes given to