So:
def response = org.springframework.web.context.request.RequestContextHolder.requestAttributes.response
Becomes:
def response = org.springframework.web.context.request.RequestContextHolder.requestAttributes.currentResponse
Worth keeping an eye out for.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.