Hey Guys,
I creating a site in JRuby on Rails (JRuby 1.3.0 ). I am using Tomcat with it also.
I am posting data to the server with a POST form. The post goes ok but is truncated when it gets to the controller to around 1000 characters.
I have tried using JRuby 1.4RC1 to see the issue disappears but the problem is still present.
I decided to try Ruby on Rails with webrick and the post data is not truncated.
Has anyone used JRuby on Rails and come across this issue at all?
Its a very strange issue hopefully you guys know what I am talking about :-/
Cheers
Eef