I am trying to send a space separated string in the query string while redirecting my response to some jsp, the string is "Reports and Logs", it becomes "Reports%20&%20Logs" in URL while redirection. When I am trying to retrieve this string in the redirected jsp I am getting just "Reports ". How can I get the whole string"Reports and Logs" in the redirected jsp or how can I send a space separated string in sendRedirect??