]> source.dussan.org Git - vaadin-framework.git/commit
Open methods to allow custom static file serving logic (#10910)
authorGilberto Torrezan <gilberto-torrezan@users.noreply.github.com>
Fri, 11 May 2018 13:29:15 +0000 (16:29 +0300)
committerGitHub <noreply@github.com>
Fri, 11 May 2018 13:29:15 +0000 (16:29 +0300)
commit4b7d8943366f470d8e35f3633431d1ee28bbe44b
tree7c264b7e0937e604f85379034647408af24f1d69
parent14ba0e784edbb01ee1f13fd3460db193c178f7cf
Open methods to allow custom static file serving logic (#10910)

* Open methods to allow custom static file serving logic

The methods serveStaticResources and serveStaticResourcesInVAADIN have
been changed from private to protected to allow subclasses to change how
static files are served.
server/src/main/java/com/vaadin/server/VaadinServlet.java