]> 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)
committerVaadin Code Review <review@vaadin.com>
Thu, 10 Jul 2014 09:40:01 +0000 (09:40 +0000)
commit7e61c396f28df7bda5e3015600009db6fb19ce80
tree4678766ba9c796fc8367352ba1f24bef5d34e879
parent9ea199521481b08e8a349953323cd9a3b58d3801
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