]> source.dussan.org Git - vaadin-framework.git/commit
Reworked fix for ignoring /APP/ (#11192)
authorArtur Signell <artur@vaadin.com>
Wed, 3 Apr 2013 15:17:32 +0000 (18:17 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 3 Apr 2013 15:37:59 +0000 (18:37 +0300)
commitb6928fde240d5b660a4a7be1076e7c58584b3303
tree973081208bcbbd89076bfd46cc5711cfea865f82
parent3c479dd00b24acad23e7c97e7283e31299d771d1
Reworked fix for ignoring /APP/ (#11192)

* Fixed potential NPE by using existing helper method
* Pass /APP/ urls also to session handlers as at least GlobalResourceHandler requires it
* Fixed test to test /APP/ instead of /APP

Change-Id: I8d913e6a5509c63f8e47813fce5751f5279ed4fc
server/src/com/vaadin/server/BootstrapHandler.java
server/src/com/vaadin/server/communication/SessionRequestHandler.java
uitest/src/com/vaadin/tests/requesthandlers/AppResource404.java