> -----Original Message----- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, September 10, 2013 12:07 PM > To: Tomcat Users List > Subject: Re: solution - RE: how to access HTTP response from jsr-356 > ServerEndpointConfig.Configurator.modifyHandshake? > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Bob, > > On 9/10/13 10:35 AM, Bob DeRemer wrote: > > It appears I can call addFilter dynamically when my webapp starts up > > and front-end the websocket endpoint with a Filter - processing the > > initial HTTP request completely before any websocket communication is > > involved > > This was kind of what I was expecting to work. > > But why do you have to add the Filter programmatically? Is this a component > that you just want to bolt-onto an existing webapp and you don't want to mess > with web.xml and/or web-fragments? >
It's actually a new application, but I wanted to add this programmatically because we're running off of our own configuration that will enable/disable certain functionality (i.e. endpoints/servlets/other components) based on that configuration. So, a combination of our own requirements plus not wanting to work with web.xml/web-fragments. > > Thanks for causing me to pull up from the weeds and look at this from > > another angle! > > - -chris > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.14 (Darwin) > Comment: GPGTools - http://gpgtools.org > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iQIcBAEBCAAGBQJSL0OZAAoJEBzwKT+lPKRYM7UP/2zdUaDr6LHE3onxUnRZ5jM > / > DptjeReE7nuLyqxINUlEF828XEfpZVlBS325Xfd8E13mB7bUg+aNGK2jjIsyhfjr > B+tUBp0Ur52Dg5PDGPV6Qt4Obi8eg3766TQxleZU6ui3dWdLz5PdMeeSb+ZORG > yN > OvTuIsfVSsXw5C4Oi9CnqNo66xkMEwJFsKNs/0LalO3jGLlar/A6v2FpR+RTVwxw > FZU2she8xCnq/PKkjHHBn5W3zxTEH9bwGRIDItk7GoS7AnloM+yiZLADftyfq1Hl > k0gIGYxeS36QJ919puoHxybx2zfWY8GAVq+ePfPPkKr2OyQGXAdJ9jpQ44eIkoc6 > q3irwkjl/hi20EV34PqE5BZGZx16FIA7DtdgXNcZYg3ExJOndqPNhdoAlwg0pkge > 22OJ7aVwXUUPppX0OUxl59KGW20+SPJnKTizsocT15dqac8VQR5OMcIrWLVHnc > wH > qj27qA8QeIcapbeC+Jhw4yIpTGeKCPKq3hRFhWuaZq3rUuDjJZN5d+b8rXeoeLb/ > q95i9JlocLpF6RwuFgzEios7sARfypAIcEfophti9NjtPT+8AL2ToCBMSfFL4ba7 > EBg27R/MrCvWvQ3uyVnc/+jX93ckAwyzblc1BxoElPJ4WzLxlVtUZspiyrByq8MI > Qd2ne9627CNtjBYxej0J > =mZw5 > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org