Can I use a Spring Controller and have access to the raw Request data?
I believe the dispatcher is intercepting this data and when I do something like :
request.getReader(); This object streams nothing out.
Thanks in advance!
Can I use a Spring Controller and have access to the raw Request data?
I believe the dispatcher is intercepting this data and when I do something like :
request.getReader(); This object streams nothing out.
Thanks in advance!