posted 9 years ago
I have a requirement that i have to modify a request parameter value before it reaches controller,So i think in interceptor i have to change?in filters by using HttpServletRequestWrapper we can modify the request.but how can we
do using interceptor?