Skip to content
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

Mixer2ViewResolver should return null if could not resolve view name. #9

Closed
nabedge opened this issue Dec 22, 2013 · 2 comments
Closed

Comments

@nabedge
Copy link
Owner

nabedge commented Dec 22, 2013

http://docs.spring.io/spring/docs/3.1.x/spring-framework-reference/html/mvc.html
"The contract of a view resolver specifies that a view resolver can return null to indicate the view could not be found."

Now, Mixer2ViewResolver throws FileNotFoundException when the view could not be found.


Mixer2ViewResolverがviewを処理できない場合に後続のVeiwResolver(例えばjsp用のinternalResourceViewResolver)に引き継げるようにする。

nabedge added a commit that referenced this issue Dec 22, 2013
@nabedge
Copy link
Owner Author

nabedge commented Dec 22, 2013

fix on 1.2.21

@nabedge nabedge closed this as completed Dec 22, 2013
@nabedge nabedge reopened this Dec 27, 2013
@nabedge
Copy link
Owner Author

nabedge commented Dec 28, 2013

1.2.21 still have bug.
fix on 1.2.22

@nabedge nabedge closed this as completed Dec 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant