-
### Play Version (2.5.x / etc)
2.5.x
### API (Scala / Java / Neither / Both)
Scala
### Actual Behavior
From https://groups.google.com/d/topic/play-framework/daAbQ3nHfjc/discussion
Documentation su…
-
```
It's will be greate, to have Require.js support - similar to sbt support
(http://www.playframework.com/documentation/2.2.x/RequireJS-support):
precisly support of requireJsShim is required.
```
…
-
The current version of the docs explains how to start an app interactively at the console, but not if it using Compile Time Dependency Injection:
https://playframework.com/documentation/2.5.x/PlayC…
-
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 …
-
We need error handlers when:
server throws an exception (give proper error message),
something not found (throw 404)
permission denied
front-end should show notifications when error occurs,
etc
…
-
Play Version: 2.8.8
API: Java
Due to Caffeine based cache impl doesn't have a dedicated SyncCache implementation & uses DefaultSyncCache over async cache, see [here](https://github.com/playfra…
-
When used in a project where the Google Application Engine module for Play Framework is used (http://www.playframework.org/modules/gae), the application will raise an exception on loading any page (it…
-
## Actual behaviour:
When Akka HTTP parses `Content-Disposition` header, it follows RFC6266 and applies RFC5987 encoding to non-ASCII characters in its `filename` field.
I.e., when it gets a …
-
# JDBC選定
ScalikeJDBC
Slick
# DB
postgreSQL
# モデル構造
### Book
- genreId enum
- title String
- image_url String
- price int
- descrpition Text
### Genre
- genreId int
- genreName Stri…
-
Play 2.6+ (maybe previous versions do too) seems to mix the usage of `Set-Cookie` and `set-cookie`.
Related to https://github.com/playframework/playframework/issues/8205 (?) .
I noticed it usin…