Rich Dougherty

Results 57 comments of Rich Dougherty

Thanks for the report. It sounds like we should try and fix our Akka HTTP backend so it works the same way that Netty did. Would you be able to...

Akka WebSocket HTTP handling: https://github.com/playframework/playframework/blob/4b9599de8e79b885950286231efbfa47ec8b1b31/framework/src/play-akka-http-server/src/main/scala/play/core/server/AkkaHttpServer.scala https://github.com/playframework/playframework/blob/4b9599de8e79b885950286231efbfa47ec8b1b31/framework/src/play-akka-http-server/src/main/scala/akka/http/play/WebSocketHandler.scala Docs on Akka handling: https://doc.akka.io/docs/akka-http/10.0.10/scala/http/routing-dsl/directives/websocket-directives/handleWebSocketMessagesForProtocol.html

Link to the PR: https://github.com/playframework/playframework/pull/7901

Tagged as 2.6.8 because this is probably an Akka HTTP backend related regression that we should fix on the 2.6.x branch.

Hi @Shruti9520, thanks for looking at this! I have a couple of suggestions: 1. Maybe a good place to mention these implicits is at the end of the *Template parameters*...

See possible fix on the Play server side: https://github.com/playframework/playframework/issues/8239

Reopening because we only have a partial fix in #239.

Hi @hparkerfly, thanks for the report. Would you mind opening a report over at the Play WS project? https://github.com/playframework/play-ws In addition it would be useful to include the following information:...

@mattiharo, `play.filters.headers.contentSecurityPolicy=null` is a setting for Play Framework, you'll need to do something else for Spring Boot. It might be possible to set up Play 2.6 so it has more...

@wsargent is working on an enhancement to the CSP API in Play. You guys might be interested in this, because it might make it possible to get play-swagger's swagger-ui code...