Closed Bug 1128434 Opened 9 years ago Closed 9 years ago

http get use a different policy for url encode from ff 34

Categories

(Firefox :: General, defect)

35 Branch
x86_64
Windows 8.1
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1121826

People

(Reporter: damiano.faccioli, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36

Steps to reproduce:

Go to http://www.dolomiti.it/en/
fill destination (es. Merano)
fill Check-in Check-out
click search button


Actual results:

The site redirect to the page result but no price are shown.
The url is http://www.dolomiti.it/it/alto-adige/merano-e-dintorni/alloggi/?/
Looking to the apache server log it appear that ff35 use a different encoding policy for var name with special chars, square brackts, in the name. 
Here the two log entry for ff34 and ff35:
*** FF34 ***
188.xx.xx.xx- - [15/gen/2015:09:37:55 +0100] "GET /index.php?id=4004&user_ajaxsearch_pi1[idZona]=&user_ajaxsearch_pi1[idLocalita]=207&user_ajaxsearch_pi1[tipo]=2&user_ajaxsearch_pi1[idTema]=0&user_ajaxsearch_pi1[tipoStr]=-1&user_ajaxsearch_pi1[stelle]=0&L=0&posit_booking[from]=16-01-2015&posit_booking[to]=17-01-2015&posit_booking[detail]=[{%22Indice%22:%221%22,%22Tipo%22:%221%22,%22Persone%22:%2218,18%22,%22Camere%22:%221%22}]&posit_booking[nodate]=0 HTTP/1.1" 301 600 "http://www.dolomiti.it/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0"

***FF35***
188.xx.xx.xx - - [15/gen/2015:09:42:06 +0100] "GET /index.php?id=4004&user_ajaxsearch_pi1%5BidZona%5D=&user_ajaxsearch_pi1%5BidLocalita%5D=207&user_ajaxsearch_pi1%5Btipo%5D=2&user_ajaxsearch_pi1%5BidTema%5D=0&user_ajaxsearch_pi1%5BtipoStr%5D=-1&user_ajaxsearch_pi1%5Bstelle%5D=0&L=0&posit_booking%5Bfrom%5D=16-01-2015&posit_booking%5Bto%5D=17-01-2015&posit_booking%5Bdetail%5D=%5B{%22Indice%22:%221%22,%22Tipo%22:%221%22,%22Persone%22:%2218,18%22,%22Camere%22:%221%22}%5D&posit_booking%5Bnodate%5D=0 HTTP/1.1" 301 465 "http://www.dolomiti.it/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0" 


Expected results:

The result must report the price an the url expeted will be:
http://www.dolomiti.it/en/south-tyrol/merano/accommodations/?from=03-02-2015&to=04-02-2015&detail=[{%22Indice%22:%221%22,%22Tipo%22:%221%22,%22Persone%22:%2218,18%22,%22Camere%22:%221%22}]&nodate=0
Component: Untriaged → General
Your report got nearly lost because you changed the component from untriaged to general.
General is in general wrong ! 
Bug reports in untriaged will be triaged (find the right product/component, confirm the bug ...) by people like me.

This should be fixed with Firefox36
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.