Hello all,
I need to modify the default UnsupportedBrowserHandler.writeBrowserTooOldPage text. I found the wiki page for this topic (https://vaadin.com/wiki/-/wiki/Main/Modifying%20the%20Unsupported%20Browser%20page).
In my environment the solution works for vaadin 7.0 but not for vaadin 7.1 . In vaadin 7.1 I see the spinning-wheel in the browser and receive the following message in the console:
feb 03, 2014 10:32:20 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN
INFO: Requested resource
[/VAADIN/widgetsets/hidden.AppWidgetSet/undefined.cache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.
Is my assumption correct to say that this doesn’t work for vaadin 7.1 or am I missing something?
If I’m correct I’ll create a ticket.
Thanks!