Thanks for your response. I can see "last-modified: Mon, 09 Sep 2024 10:15:22 GMT" but it is showing my current day but actual published date is 13 Aug 2024 as per publish instance. I dont think "last-modified" will be helpful.
I am using an AEM Cloud instance and have completed all the necessary dispatcher configurations. Now, I want to verify if the dispatcher is caching AEM content. In an on-prem setup, we typically check the doc root to confirm if the content and JS files are cached. How can I validate this in AEM Clou...
It worked after removing ! and import package. Thanks for your input. But still I dont see Gson (com.google.gson) bundle not appearing in system/console. But my servlet code is working fine. I wonder how it is working. I tried to search this "com.google.gson" java package in http://localhost:4502/sy...
I am trying to use GsonBuilder from com.google.code.gson so I added below depdency in main/pom.xml<dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version></dependency>core/pom.xml<dependency> <groupId>com.google.code.gson</groupId> <artif...
Thanks for taking the screenshot. I tried with same the way you mentioned but it is not workinng, Path - /content/dam(/.*)/jcr:content/metadataCondition - dc:format==text/csv
Thanks for your input. Sorry, I could not get what do you mean "Glob" Did you mean the path ? Here is the launch properties. can you please tell which property do you mean ?
I need to create AEM workflow launchers which will trigger a workflow model. The launch works fine as expected. But I want to add some conditions like it should trigger only for CSV files. When I upload a new csv in DAM, I see dc:format property with value "text/csv" is set at /content/dam/my-folde...
I am programmatically creating a hello.txt file and it works fine as expected but it is not working when I try to update the same file again.For example, I have "hello world" in hello.txt and now I am trying to update this to "hello world 1" but it is not updating. public void createFile() {
t...