-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Play-2.2.4, Tomcat7] Twice response header Transfer-Encoding: chunked while file/ stream download #289
Comments
Thank you for reporting this. Tomcat version?
Please, create a new Github repository and commit/push your test case. Thank you |
Hello Damien, Windows 7, Tomcat 7.0.47 (64bit), play-2.2.4 https://github.com/bookwood1977/play2warPluginBugprototype.git Thank you, 2015-06-30 13:46 GMT+02:00 Damien Lecan notifications@github.com:
|
Thanks @bookwood1977 for your repo. |
Hello Yann, thank you for finding and solving the bug. For me that means waiting for the next package release? regards, 2015-07-01 9:55 GMT+02:00 Yann Simon notifications@github.com:
|
you can also deployed it locally if you need it quickly. |
I could wait till package release. But for learning something new... How would I deploy it myself? 2015-07-01 10:27 GMT+02:00 Yann Simon notifications@github.com:
|
Play2War v1.2.1 for Play 2.2.x versions has been released. |
Hello,
for the moment am forced to use 2.1.5 --> no problems
while debugging or running local the app... no problems...
while using 2.2.4 (same problem in using 2.2.6) problems after war-packaging and deploying to Tomcat7
--> resulting in twice response header "transfer-encoding: chunked".
--> the customer system doesnt like and rejects all calls containing streams.
from config...
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.2")
Play2WarKeys.servletVersion := "3.0"
made an minimal prototype for demonstration --> howto submit?
The text was updated successfully, but these errors were encountered: