]> source.dussan.org Git - vaadin-framework.git/commit
Handle JSONException and InvalidUIDLSecurityKeyException the same way in PushHandler...
authorArtur Signell <artur@vaadin.com>
Tue, 16 Apr 2013 13:12:42 +0000 (16:12 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 16 Apr 2013 13:43:04 +0000 (16:43 +0300)
commitee38ec63f55f9b1b6fef2a0896d9ebd36c75b1d0
tree0a1e8b53d3f2414e20890e20f4131ee85812746b
parent224cd8e24ac133e00685dc03c0cf30832589421a
Handle JSONException and InvalidUIDLSecurityKeyException the same way in PushHandler and UIDLRequestHandler (#11556)

Change-Id: Ide3a162bd77fb9b2ec3d44ea4422b5841d19eec8
server/src/com/vaadin/server/LegacyCommunicationManager.java
server/src/com/vaadin/server/VaadinPortlet.java
server/src/com/vaadin/server/VaadinPortletService.java
server/src/com/vaadin/server/VaadinService.java
server/src/com/vaadin/server/VaadinServlet.java
server/src/com/vaadin/server/VaadinServletService.java
server/src/com/vaadin/server/communication/AtmospherePushConnection.java
server/src/com/vaadin/server/communication/PushHandler.java
server/src/com/vaadin/server/communication/UidlRequestHandler.java
shared/src/com/vaadin/shared/JsonConstants.java