Skip to main content

Rewriting SendRedirect to deal with SSL (or https) offloading

Posted by satyak on April 7, 2006 at 4:23 PM EDT

When "sendRedirect" is used, some times the relative url is being translated into an absolute url using wrong scheme (http vs https). This articles explores the problem and a possible solution using servlet filters.

Rewriting SendRedirect to deal with SSL (or https) offloading

Related Topics >>