]> source.dussan.org Git - vaadin-framework.git/commit
Update ServletPortletHelper.java (#12087)
authorClemens von Schwerin <clemens.vonschwerin@gmail.com>
Thu, 3 Sep 2020 08:34:46 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 08:34:46 +0000 (11:34 +0300)
commitdcd550ec74575f77eeee0bc730fb98aa3b6acec2
treed6cb0c0a9269d873ba8355967120772cd15d92ff
parentd223a8b03d602f8ad05c4cb2958dea726e3e4770
Update ServletPortletHelper.java (#12087)

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.
server/src/main/java/com/vaadin/server/ServletPortletHelper.java