搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

who is responsible for gathering form data and resending the same if reload/refresh is pressed? Does the browsers do it or something else?

  • 1 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 cor-el

more options

Hi,

We have one application with Websphere portlet Factory generated JSP as front end, Java in the business layer and finally DB2 as back-end. In certain cases it is being observed when exception has occurred and error page is shown, if we refresh/reload the page the input data is being corrupted if they are Japanese character set and that corrupted character set is then submitted to the server. This is observed only for Japanese characters, for English char set its working as expected.

Our query here is who is responsible for gathering form data and resending the same if reload/refresh is pressed? Does the browsers do it or something else? Basically we want to trace the root cause for the corruption of Japanese char set. Your inputs are highly appreciated. It will help us to have better insight about the problem. Thank you for your time.

Hi, We have one application with Websphere portlet Factory generated JSP as front end, Java in the business layer and finally DB2 as back-end. In certain cases it is being observed when exception has occurred and error page is shown, if we refresh/reload the page the input data is being corrupted if they are Japanese character set and that corrupted character set is then submitted to the server. This is observed only for Japanese characters, for English char set its working as expected. Our query here is who is responsible for gathering form data and resending the same if reload/refresh is pressed? Does the browsers do it or something else? Basically we want to trace the root cause for the corruption of Japanese char set. Your inputs are highly appreciated. It will help us to have better insight about the problem. Thank you for your time.

所有回复 (1)

more options

Yes.
If you refresh a web page then Firefox will automatically resend POST data if that data was used to request the original page from the server.

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.