isapir / lucee-websocket

Enables server WebSockets for Lucee via JSR-356 compliant servlet containers (e.g. Tomcat 8, Jetty 9.1, etc.)
GNU Lesser General Public License v2.1
17 stars 6 forks source link

fixed issue #10 #17

Open silashatfield opened 5 years ago

silashatfield commented 5 years ago

the issue I found with some browsers is that cookies were stored in either lower or upper case. When grabbing the cfid value, if it was uppercase, it would set it to null. This change gets the real key using a no case comparison.