We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Gotzon Illarramendi opened SPR-8770 and commented
In RedirectView class, 'renderMergedOutputModel' method calls to RequestDataValueProcessor inteface into this if statement:
if (getWebApplicationContext() != null) { RequestContext requestContext = createRequestContext(request, response, model); RequestDataValueProcessor processor = requestContext.getRequestDataValueProcessor(); if (processor != null) { targetUrl = processor.processUrl(request, targetUrl); } }
The problem is that 'getWebApplicationContext()' returns always 'null' and this lines are not executed.
I have tested with 'spring-mvc-showcase' and 'petclinic' sample applications and it happens the same in both cases.
Affects: 3.1 RC1
Issue Links:
Referenced from: commits fd97c8d
The text was updated successfully, but these errors were encountered:
rstoyanchev
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Gotzon Illarramendi opened SPR-8770 and commented
In RedirectView class, 'renderMergedOutputModel' method calls to RequestDataValueProcessor inteface into this if statement:
The problem is that 'getWebApplicationContext()' returns always 'null' and this lines are not executed.
I have tested with 'spring-mvc-showcase' and 'petclinic' sample applications and it happens the same in both cases.
Affects: 3.1 RC1
Issue Links:
Referenced from: commits fd97c8d
The text was updated successfully, but these errors were encountered: