]> source.dussan.org Git - vaadin-framework.git/commit
Fix overwrite mechanism for web.xml atmosphere init params (#14196).
authorFabian Lange <lange.fabian@gmail.com>
Wed, 9 Jul 2014 14:23:43 +0000 (16:23 +0200)
committerAnthony Guerreiro <anthony@vaadin.com>
Mon, 14 Jul 2014 11:46:43 +0000 (14:46 +0300)
commit001e0fcc05c6e7678b5cf5efc891fd0c2c720496
tree1e7b6d4c5f453608f62cd8a809f8f5d50ecd33fc
parent0a602a62317121a9f5d944b4928b12d9e5acd00e
Fix overwrite mechanism for web.xml atmosphere init params (#14196).

Non obvious problem before. "config" is a property of AtmosphereFramework
which also has getInitParameter(String) method. So it compiles but does
not do what is intended: to check against the user defined web.xml
servlet init-prams.
(the variableName servletConfig has the same problem :-))

Change-Id: Ib02f0b94312327d482775456c2d63a904b1e8104
server/src/com/vaadin/server/communication/PushRequestHandler.java