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

Thymeleaf renderer validates template's existence from classpath even when UrlTemplateResolver is used #36

Open
patope opened this issue Apr 14, 2020 · 2 comments
Labels
type: bug Something isn't working

Comments

@patope
Copy link

patope commented Apr 14, 2020

Template's existence should not be validated from classpath when UrlTemplateResolver is used

This check fails on URLs https://github.com/micronaut-projects/micronaut-views/blob/master/views-thymeleaf/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRenderer.java#L131

@jameskleeh
Copy link
Contributor

@patope Can you upload a sample project which displays incorrect behavior?

@villuv
Copy link

villuv commented May 22, 2020

Example project for reproduction: https://github.com/villuv/micronaut-thymeleaf-test

@ilopmar ilopmar added the type: bug Something isn't working label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants