|
@@ -20,7 +20,6 @@ import static org.assertj.core.api.Assertions.fail;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
|
|
-import javax.servlet.ServletException;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
import org.springframework.mock.web.MockHttpServletRequest;
|
|
@@ -43,8 +42,5 @@ public class Http403ForbiddenEntryPointTests {
|
|
|
catch (IOException e) {
|
|
|
fail("Unexpected exception thrown: " + e);
|
|
|
}
|
|
|
- catch (ServletException e) {
|
|
|
- fail("Unexpected exception thrown: " + e);
|
|
|
- }
|
|
|
}
|
|
|
}
|