Servlet POST call, getting error code 422: Unprocessable content.
Context: I added a resources folder in my core folder.
Question: Do I need to make any filter changes in dispatcher or any other file to allow access to that folder while POST call?
Folder structure for resources folder is -
Solved! Go to Solution.
Views
Replies
Total Likes
Thanks for the clarification @goyalkritika .
You need not whitelist on dispatcher. Dispatcher doesn't even know about it.
If the services inside this bundle are able to access the files in resources folder. Thats enough.
If it works on local, should work on server too
Hello @goyalkritika
Core is a bundle in AEM. Trying to understand, why would a POST call, put anything in the resources folder of Core bundle.
It is a read operation on resources folder, and not a write one.
Thanks for the clarification @goyalkritika .
You need not whitelist on dispatcher. Dispatcher doesn't even know about it.
If the services inside this bundle are able to access the files in resources folder. Thats enough.
If it works on local, should work on server too
Views
Likes
Replies
Views
Likes
Replies