I have a problem using HttpServletResponse.sendRedirect() with microbrowsers (WML/HDML). Those browsers don't seem to understand this and return an error. How do I send a redirect to a WAP device?
Created May 4, 2012
Matt Small I had this problem myself. I found that I had to use a full HTTP URL in the redirect. Relative paths do not work.
[Many WAP browsers do not understand redirects. Anyone with experience with specific clients, please post a feedback. Thanks! -Alex]