0
votes
1answer
33 views

How to remove ETAG header on play framework 2.1.1? (i'll use akamai)

I'll set akamai in front of my server, so i need to remove ETAG header from my responses. Please, anyone could tell me the easy way to do it? Thanks.
0
votes
1answer
50 views

Streaming an http response within a composed action in Play! Framework 2.1

I'm creating an authentication action that wraps other actions, using the Play Zentasks sample app as a template. One of the things that this needs to be able to do, is hit a webservice in certain ...
0
votes
1answer
85 views

How to fetch a URL in Play 2?

Sync? Async? Can someone provide a code sample and/or link to the relevant documenetation?
0
votes
0answers
213 views

The Http Context doesn't work properly with the new version of Play Framework (2.1-RC1)

I was using play framework version 2.0.4 in my project and everything was ok. Now I updated to version 2.1-RC1 and some tests (in the "controllers" classes, using FakeRequest) are failing ...