Did you check error logs? in both environments?
Review the AEM error logs (error.log) in both environments for any exceptions or warnings when accessing .infinity.json.Look for issues related to Sling Models, resource resolution, or servlet handling.
Check Sling Mappings and Resource ResolutionV...
Did you get a chance to check
MutationObserver - JavaScript API - that allows you to listen for changes in the DOM - Capture real-time updates when authors edit content in the AEM page editor.
Do you see any error in console or error log? Did you try with GET method also, is that working?
can you please provide your Servlet class definition (how you defined) and how you are calling in HTL
above configurations are looking good
CSRF Filter and Referrer Filter
Add the servlet path /bin/myc...
did you try your new command with intermediate flag?
Is that not working?, giving any error?
curl -u admin:'password' -F "keystorePassword=secrete" -F "keystorePasswordConfirm=secrete" -F "truststorePassword=secrete" -F "truststorePasswordConfirm=secrete" -F "privatekeyFile=@my_private.key" -F "ce...
Caused by: org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Required script resource could not be located: test.js. The caller is /apps/project/components/page/xfhead/content.html
Is there any reference to test.js file in cont...
Circular reference detected trying to get service [com.myproject.catalog.core.services.googleMaps.GoogleMapsService]_ stack of references: ServiceReference: [com.myproyect.catalog.core.services.googleMaps.GoogleMapsService]_ (java.lang.Exception: stack trace)
Circular reference means - OSGi servic...
Yes, The above rule will work to deny any requests or block requests with the 'form' selector.
Did you get a chance to check the logs to get more details on the hackers URL - find out how they were able to download a trust store file.
Generaly - The truststore file is used to store certificates th...
SAML we generally use for Single Sign On (SSO) solution.
In AEM - SAML can be used for both Author and Publish instances (Login and access)
but
SAML for end user - not recommended. For end user - you can use Registration Process (registered users) - create login id and password to register users and...