perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

fix issue #986 Web socket request #1225

Open nicetryzz opened 3 years ago

nicetryzz commented 3 years ago

In this issue, method doFilter get the request for target /:param and fill the body, which conflict with web socket request. In order to pass the null value back, I check if it is the web socket request before doFilter.