-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
MockHttpServletRequest Exception on Production mode only #38
Comments
BTW, this is the rest of the stack trace:
This only happens when I use render aList as GSON
|
I'm trying to replicate this issue with the test application. For instance the AlbumController class uses the render method. I run the app up using |
Try it with
It is what we used to replicate it in our dev environment. |
When I try that I get a StackOverflowError! On Saturday, June 22, 2013, Roberto Guerra wrote:
|
I had this problem too. |
Solution worked for me. |
I'm getting this exception on production mode only:
It works fine on development mode.
The text was updated successfully, but these errors were encountered: