Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When running my tests I would like my redirects to work so I can test that they redirect to the correct destinations. In my case a SecurityDispatcher that manages access rights for different users.
currently it throws a RuntimeException("TestableResponse: Method sendRedirect not yet implemented.") at:
059 public void sendRedirect(String URL) throws IOException
060