]> source.dussan.org Git - vaadin-framework.git/commit
Fix widget set builder to create widget set in correct location (#20320)
authorArtur Signell <artur@vaadin.com>
Fri, 23 Sep 2016 19:08:39 +0000 (22:08 +0300)
committerArtur Signell <artur@vaadin.com>
Sun, 25 Sep 2016 12:30:57 +0000 (15:30 +0300)
commit977cec7e3107c2da306d46449dbf32f6544313be
tree3844f703f15be718a9092659f8a7370de8b239a1
parent092b4f7f3192555fe3ae22ac03a89ac2ada2a2dd
Fix widget set builder to create widget set in correct location (#20320)

The fix for #20285 generates URLs so that the end in a slash, where the old
version generated URLs without the trailing slash. The trailing slash was not
taken into account by the code which updates a widget set.

Change-Id: Iabe716ed1632da7b2a6b1f4ffdc987c745d9452d
server/src/main/java/com/vaadin/server/widgetsetutils/ClassPathExplorer.java