Closed
Bug 202091
Opened 22 years ago
Closed 22 years ago
often displays end of GET and the whole HTML code
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 195746
People
(Reporter: julien, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030411 Phoenix/0.5+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030411 Phoenix/0.5+
When booking on that french transport web site, Phoenix often displays the end
of the GET header and the whole html code (not always, but very often) ! You've
to refresh twice or more before getting the page rendered !
Note: i'm at work and can't test with Mozilla :(
Note: we're using a proxy
Note: IE's working well (not as a reference, but as a note)
Note: URL's length is longer than common (if i remember well, rfc's
specifications are 255 long, here is >1kb)
Reproducible: Sometimes
Steps to Reproduce:
1. Lieu de Départ (departure) = PARIS (75)
2. Lieu d'Arrivée (arrival) = BORDEAUX (33)
3. click on 'Valider' image button
Actual Results:
1502&OD_arrival=BORDEAUX+%2833%29&return_time_min=-1&return_time_max=-1&returnMode=saisie&nbpass_1=0&departure_day=15&nbpass_0=1&_AGENCY=VSC&departure_time_min=12&service_COMMVOY1_BOOKING=&departure_time_max=16&return_day=&cardtype_1=0&cardtype_0=0&service_COMMVOY1_CLASS=SEATSECOND&FCE_CARD_NUMBER=&outwardMode=saisie&OD_via=&hf_help=COMMVOY1&OD_departure=PARIS+%2875%29&age_bracket_1=0_0&OID_arrival=100041380&age_bracket_0=D&country=FR&return_choice=D&service_COMMVOY1_SMOKER=NOSMOKING&OID_via=&nbRowsPassengers=2&_LANG=FR&_CMD=cmdValidation">http://www.voyages-sncf.com/dynamic/_SvCtrlCommvoy?_TMS=1050400474470&_DLG=SvCtrlCommvoy&departure_choice=D&departure_month=3&return_month=-1&OID_departure=100041502&OD_arrival=BORDEAUX+%2833%29&return_time_min=-1&return_time_max=-1&returnMode=saisie&nbpass_1=0&departure_day=15&nbpass_0=1&_AGENCY=VSC&departure_time_min=12&service_COMMVOY1_BOOKING=&departure_time_max=16&return_day=&cardtype_1=0&cardtype_0=0&service_COMMVOY1_CLASS=SEATSECOND&FCE_CARD_NUMBER=&outwardMode=saisie&OD_via=&hf_help=COMMVOY1&OD_departure=PARIS+%2875%29&age_bracket_1=0_0&OID_arrival=100041380&age_bracket_0=D&country=FR&return_choice=D&service_COMMVOY1_SMOKER=NOSMOKING&OID_via=&nbRowsPassengers=2&_LANG=FR&_CMD=cmdValidation</a>.</p>
</body></html>
0
HTTP/1.1 200 OK
Date: Tue, 15 Apr 2003 09:54:37 GMT
Content-Length: 6703
Content-Type: text/html
Cache-Control: max-age=10800
Server: Apache/1.3.27 (Unix)
Set-Cookie: VSCAuth=; domain=.voyages-sncf.com; expires=Thursday, 01-Jan-1970
00:00:00 GMT; path=/
Vary: Accept-Encoding, User-Agent
Via: 1.1 tx-1 (Redline Networks Accelerator 2.1.1 0), 1.1 venus2 (NetCache
NetApp/5.3R2D1), 1.1 rsc-bor-cache (NetCache NetApp/5.2.1R1D7)
<script language="javascript">function sendValidationCommand(){
document.saisie.submit(); }</script>
<html>
...... rest of he html code
Expected Results:
Web page rendered :)
OS : W2k Workstation SP1
Network : LAN + Proxy
Comment 1•22 years ago
|
||
Julien, it works for me with the same build and the same OS.
It may come from your proxy. In the headers, on the line Via: 1.1 tx-1 (Redline
Networks Accelerator 2.1.1 0), 1.1 venus2 (NetCache NetApp/5.3R2D1), 1.1
rsc-bor-cache (NetCache NetApp/5.2.1R1D7), the two references to NetCache are
references to your proxy.
Requesting the page through wget shows only one proxy in the Via header:
9 Via: 1.1 tx-1 (Redline Networks Accelerator 2.1.1 0)
Also note that wget encountered 3 connection reset by peer errors from the
server before loading the headers.
| Reporter | ||
Comment 2•22 years ago
|
||
i understand this may come from the proxy, but i don't really understand why
Phoenix would have problem, and not Internet Explorer (if this comes from my
proxy, browsers (with any configuration switches) should have the same behaviour).
Regards,
This should have been fixed now. Please verify using recent Mozilla Firebird
nightly builds.
*** This bug has been marked as a duplicate of 195746 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•