Hi Kumar,We tried this, but still not working. As I have mentioned above, for some of the form submit, it is working, but in some it is not.Thanks,Akhila
Note: Sorry, The configuration name I have mentioned is wrong. It is "Apache Granite CSRF Filter " instead of "Apache Sling Referrer Filter"Also the exception I am getting is as below.com.adobe.granite.csrf.impl.CSRFFilter isValidRequest: empty CSRF token - rejectingcom.adobe.granite.csrf.impl.CSRFF...
Hi,For some of the POST operations, we are getting the response as 403 forbidden. This work fine when "POST" operation is removed from Apache Sling Referrer Filter.We have added the js <cq:includeClientLib categories="granite.csrf.standalone"/>. But still the response is 403. When we checked the for...
Hi All,We are trying to send an email from a service. The mail contains an HTML body and an attachment. Below is the code we are using to send email.DataSource source = new ByteArrayDataSource(bytes, "application/pdf");MimeMultipart multipart = new MimeMultipart(); // Create the attachment partMimeB...
Hi All,We have created a service which will iterate a huge number of nodes and do certain operations. But after iterating over a few nodes, the session is getting closed and we are getting an exception as below.: This session has been closedjava.lang.IllegalStateException: This session has been clos...
We are working on AEM 6.1 We have a custom job that will get activate a site once it got created in author. On site creation, in our custome job, we are creating some user groups and providing access to that site only for them and then will activate the site. But our replication queue is getting stu...