Reputation: 3
I have one use case where in servlet I need to process some data coming in SlingHttpServletRequest request parameter and some data retrieve from cookie. So I get remaining data from cookie and trying to add those data into request object and want to send the request object for further process. But unfortunately I am not able to update the SlingHttpServletRequest object parameters. Please help on this scenario.
Upvotes: 0
Views: 511
Reputation: 3
I found below blogs where I found my answer and it resolved my issue.
Upvotes: 0