HTTP « playframework « Java Enterprise Q&A





1. Username in HTTP Header for SSO    stackoverflow.com

I am looking to add single sign on (SSO) to one of my web applications. I don't want anything heavy at the moment, I just want to know the userId of ...

2. Play! framework: HTTPS and HTTP at the same time    stackoverflow.com

I added https.port to my application.conf to gain HTTPS support. The problem is one of my routes require to be accessible through HTTP because the client is not supporting HTTPS. Is ...

3. PlayFramework HTTPS routes only in prod mode, HTTP in dev mode    stackoverflow.com

I would like certain routes to always be HTTPS when in production mode, but HTTP in development mode. Right now, the only way I'm aware of creating https routes is ...

4. getting Java Bad File Descriptor Close Bug while reading multipart/form-data http body    stackoverflow.com

My web service hosted on Play! framework. I have few image files uploaded from a non-play! framework based client using the standard HTTP client request with content-type of multipart/form-data. On the ...