I am using Spring. In one of the bean class, I am redirecting to some url using RedirectView. Now my url contains &. Jboss doesn't redirect to it. It thows an Exception. I don't want to replace & with &, etc
Please advice ASAP
Does anybody have any idea on this?