--
--
I have no idea what the root cause is, but if you're running Play 2.1-x against Oracle JDK 1.7.0_05 on OS X 10.7.5 Play will not handle file uploads greater than 52.5k. The request is never handed off to the handler assigned to that URL. I tested the same set up on Ubuntu 12 and everything works perfectly.The fix for THIS PARTICULAR PROBLEM (it worked on my Mac) was to upgrade to Oracle JDK 1.7.0_09.I discovered there have been other reports of Oracle JDK 1.7 problems with reference to Play 2.x and OS X.
On Thursday, November 29, 2012 12:23:43 AM UTC-5, Drew wrote: