The root cause of the problem that custom objects are prohibited from being deserialized. See more at stackoverflow answer:aem - Sling job not being processed with custom serializable property - Stack Overflow
Hello Jörg,Yes I was verifying that files are cashed before I request it, but only 503 was returning content from cache.When I was requesting resource with 502 and 504, cache was deleted and 502/504 status was returned on dispacherThank you,Yaraslau
According to How to serve stale content in case no render is available I have configured /serveStaleOnError on our dispatcher(apache 2.2 dispathcer 4.2.3/4.2.2).For testing purpose I've created the following page:<html> <head> <title>Throwing an Exception</title> </head> <body> ...
I configured Custom Workflow via Workflow Launcher Configuration on 'removed' Event type. Result the same as for first case.Workflow executed after page has been deleted.
I need to collect some info from page properties and child nodes properties befor replication(delete) occursIf i implement EventHandler @Component(immediate = true) @Service @Property(name = EventConstants.EVENT_TOPIC, value = ReplicationAction.EVENT_TOPIC) public class RedisVideoUpdaterService impl...
When i firstly access to any css file on my dispatcher `Content-Type` of request is `"text/hml"`.After re access to this file request have correct `Content-Type` `"text/css"`How to fix this problem, because akamai chashes first request with wrong content type?