Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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 cavab
  • 1 has this problem
  • 8 views
  • Last reply by 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.

All Replies (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.