play1 icon indicating copy to clipboard operation
play1 copied to clipboard

Play framework

Results 114 play1 issues
Sort by recently updated
recently updated
newest added

Multiple multilangual routes files support. You can put several routes files into conf folder in a way: routes.en, routes.fr, routes.ru. Same route can have multiple urls for different languages. Useful...

Method `exceptionCaught` in `play.server.ssl.SslPlayHandler` causes `throw new IllegalStateException("cannot send more responses than requests")` `at org.jboss.netty.handler.codec.http.HttpContentEncoder.writeRequested(HttpContentEncoder.java:101)` With the new ssl-tests from #1159. call the 9000 port with http instead of https.

Hi,I find an issue in play1.2.7.the code is located at _play.mvc.Http.java_`s inner class _Request_. the commnet says order is not same as the function _resolveFormat_ it work. Mybe the 5th...

When the entities annotationed by @PersistenceUnit, some errors will occured when load data by yml or saving data where entities have relation to each other, like O2M/M2M... The reason is,...