Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dilshod Tadjibaev opened SPR-16795 and commented
I have Spring 4.3 version.
I am trying to follow this example for my unit testing:https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit-mah using MockMvc + WebClient (HtmlUnit) but this fails with 404 error if the controller returns ModelAndView. But this works if the controller returns String.
No further details from SPR-16795
The text was updated successfully, but these errors were encountered:
Rossen Stoyanchev commented
I cannot reproduce the problem. Please, provide a sample.
Sorry, something went wrong.
rstoyanchev
No branches or pull requests
Dilshod Tadjibaev opened SPR-16795 and commented
I have Spring 4.3 version.
I am trying to follow this example for my unit testing:https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit-mah using MockMvc + WebClient (HtmlUnit) but this fails with 404 error if the controller returns ModelAndView. But this works if the controller returns String.
No further details from SPR-16795
The text was updated successfully, but these errors were encountered: