--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Unless we find Play is critically impacted by a bug in a library in Scala, we generally won't upgrade it in a stable version, but there's nothing stopping you from upgrading it in your project.
Unless we find Play is critically impacted by a bug in a library in Scala, we generally won't upgrade it in a stable version, but there's nothing stopping you from upgrading it in your project.
Considering that Scala is now both backward and forward compatible in minor/update versions, wouldn't it be reasonable to update the Scala dependencies once, instead of letting every user of Play do it?
Imho, looking at all the fixed compiler crashes in 2.10.1 and 2.10.2, it would be a worthwhile update.
It doesn't inspire much confidence that a company like Typesafe would allow such inconsistencies across their core products. You are sending mixed messages here: "2.10.2 is fully compatible with 2.10, we guarantee you. We are only too afraid to upgrade our own products ourselves, though."
Eat the latest version of your own dog food.
I think I've found a regression. In 2.1.0 if I visited a page like locahost:9000/test/my test then "my test" would be passed as the parameter to the controller and now it's "my%20test". Would be great if we could get a fix for that for the next release. Should I file an issue on GitHub?
Super excited for a couple of the fixes in 2.1.2. Thanks for working on it!!
On Tuesday, July 2, 2013 10:46:43 AM UTC-7, Eduardo M. Cavalcanti wrote:Unless we find Play is critically impacted by a bug in a library in Scala, we generally won't upgrade it in a stable version, but there's nothing stopping you from upgrading it in your project.
Considering that Scala is now both backward and forward compatible in minor/update versions, wouldn't it be reasonable to update the Scala dependencies once, instead of letting every user of Play do it?
Imho, looking at all the fixed compiler crashes in 2.10.1 and 2.10.2, it would be a worthwhile update.
+1
Thanks for the great work.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
It was for the :param style
You received this message because you are subscribed to a topic in the Google Groups "play-framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/play-framework/esgvgNcJfl8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to play-framewor...@googlegroups.com.
HI James, Ben,I can confirm that this bug exists as I am hitting it as well. You are right about it not happening in 2.1.0 but I am able to reproduce it in 2.1.2-RC2.
On Friday, July 5, 2013 8:59:24 AM UTC+8, James Roper wrote:
Could you please consider the fix for issue 1057 (parsing of invalid accept headers)
https://github.com/playframework/Play20/pull/1057
Thanks!