]> source.dussan.org Git - vaadin-framework.git/commit
Added a fallback value for useragent (#20172)
authorMatti Tahvonen <matti@vaadin.com>
Mon, 22 Aug 2016 15:30:59 +0000 (18:30 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 30 Aug 2016 12:24:25 +0000 (12:24 +0000)
commitecb44ce040a8ea31793fc41074592726deacf291
treeb001c924a3063a9b1e592b395a74ab4e20217dd5
parente65a1d80f11c4b98e0fb92aa25c1db9f4bd5ff0a
Added a fallback value for useragent (#20172)

Without this change, some browsers, like GoogleBot, don't properly render the page.
Instead of weird JS exception (and hit to server with 404) we should at least try
to render the app with all browser. As webikit/chromium based browsers are
nowadays most popular, falling back to "safari" permutation.

Change-Id: I4275110962432b2552d51715a86a8e815fe539ad
client/src/main/resources/com/vaadin/Vaadin.gwt.xml