ultraq / thymeleaf-template-servlet

Standalone servlet for serving Thymeleaf templates
Apache License 2.0
1 stars 1 forks source link

Template servlet doesn't respect welcome-file-list #1

Open ultraq opened 8 years ago

ultraq commented 8 years ago

As seen in https://github.com/jmiguelsamper/thymeleaf-extras-sqldialect/blob/master/src/main/java/org/thymeleafextras/config/StandaloneThymeleafServlet.java#L98, the template servlet doesn't respect entries in the welcome-file-list section of web.xml.

ultraq commented 8 years ago

Ah, this is only if the servlet is also configured to respond to / requests.