JRuby on Rails 发布数据缩短

发布于 2024-08-08 09:21:09 字数 327 浏览 6 评论 0原文

我在 JRuby on Rails (JRuby 1.3.0 ) 中创建一个站点。我也在使用 Tomcat。

我正在使用 POST 表单将数据发布到服务器。该帖子运行正常,但在到达控制器时被截断为大约 1000 个字符。

我尝试使用 JRuby 1.4RC1 来查看问题是否消失,但问题仍然存在。

我决定使用 webrick 尝试 Ruby on Rails,并且发布数据不会被截断。

有人使用过 JRuby on Rails 并遇到过这个问题吗?

这是一个非常奇怪的问题,希望你们知道我在说什么:-/

Cheers

Eef

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

手心的海 2024-08-15 09:21:09

您能否确保使用 最新版本 JRuby-Rack (0.9.5)?在早期版本中,我们确实遇到了一些 POST 截断问题。请参阅 JRUBY_RACK-15JRUBY_RACK-10, JRUBY_RACK-4

Can you make sure you're using the latest version of JRuby-Rack (0.9.5)? We did have a few issues with POST truncation in earlier versions. See JRUBY_RACK-15, JRUBY_RACK-10, JRUBY_RACK-4.

﹏半生如梦愿梦如真 2024-08-15 09:21:09

您可以尝试使用 FireBug 来查看这些值是否确实发送到服务器?

另外,你运行的是 webrick 还是 mongrel?您在代理服务器后面吗?

Can you try use FireBug to see if the values are actually being sent to the server?

Also, are you running webrick or mongrel? Are you behind a proxy server?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文