-
For example, in this page: https://www.playframework.com/documentation/3.0.x/ScalaActions
Right above the section "Controllers are action generators", you might see that COPY button in the right co…
-
### Play Version
3.0.5
### API
scala 3.3.3
### Operating System
ubuntu 20.04
### JDK
17.0.9
### Library Dependencies
twirl default version with play framework
…
-
There are two Scala Body Parsers left which do not exist in the Java API:
- https://github.com/playframework/playframework/blob/678014185eee5d98e1700af8f8debdf3abac213e/core/play/src/main/scala/play/…
mkurz updated
4 years ago
-
I'm struggling with Tomcat 8.0.32 and Play 2.4.x, but only in the production server! Locally, the same environment works like a charm.
In particular, when I deploy as ROOT.war, production's tomcat …
-
### Play Version (2.6.6 )
### API (Java / Both (?) )
### Operating System (MacOS 10.11.6 )
### JDK (Oracle 1.8.0_121-b13)
```
java version "1.8.0_121"
Java(TM) SE Runtime Envi…
-
https://www.playframework.com/documentation/2.4.x/Migration24
-
### Play Version (2.5.x / etc)
2.6.x, master
### API (Scala / Java / Neither / Both)
Both
### Expected Behavior
1. Go to 2.6.x/framework or master/framework
2. sbt apiDocs
3. Go to ge…
-
### Play Version (2.5.x / etc)
master
### API (Scala / Java / Neither / Both)
Scala
### Actual Behavior
`play.api.cache.Cached` uses a CachedBuilder which generates an `EssentialAction` rather than…
-
Make the site run on HTTPS
https://www.playframework.com/documentation/2.6.x/WsSSL
-
### Play Version
2.5.13
### API
Scala
### Operating System
Ubuntu 16.04
### JDK
Oracle 1.8.0_121
### Scenario
I created a WebSocket service handled by an actor, which immediately send…