Our web application is using Java spring mvc framework and apache tomcat 6.0.32 and there is a POST request for which request parameter map is getting empty in Mozilla Firefox 23.0.1 while everything working fine in Chrome 28.0. Following is the screenshot attached. Any help would be highly helpful. 1st screen shot is of Chrome. 2nd screen shot is of Mozilla 3rd screen shot is of Mozilla Post.
Asked
Active
Viewed 632 times
0

Diogo Moreira
- 1,082
- 2
- 9
- 24

Vardan Gupta
- 3,505
- 5
- 31
- 40
-
They look exactly the same to me `feedback=`, ie. (empty) and `rinList=45994`. – Sotirios Delimanolis Sep 25 '13 at 12:35
-
yes they are actually same, but at server side request.getParametersMap() returning an empty map. – Vardan Gupta Sep 25 '13 at 13:51
-
Please show how you are using it. – Sotirios Delimanolis Sep 25 '13 at 15:16