]> source.dussan.org Git - vaadin-framework.git/commit
Update ServletPortletHelper.java (#12087) (#12100)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Mon, 7 Sep 2020 14:58:10 +0000 (17:58 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 14:58:10 +0000 (17:58 +0300)
commitee48d43aac693df7a8f157f888c6b06006c9f35f
treedadc6ecf5ad12516029fa0f38401cf311c4b5e06
parent1d30a5d45adcd875c223f828ede26989b0b01283
Update ServletPortletHelper.java (#12087) (#12100)

This is needed to get /UIDL working behind a reverse proxy. Without the change pathInfo would be "/UIDL" but prefix would be "/UIDL/" in line 105.

Authored-by: Clemens von Schwerin <clemens.vonschwerin@gmail.com>
server/src/main/java/com/vaadin/server/ServletPortletHelper.java