Closed
Bug 290163
Opened 21 years ago
Closed 17 years ago
deklaravimas.vmi.lt - links open empty Web page instead of redirecting
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mantas, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; lt-LT; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; lt-LT; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1
Clicking on any link from bank list in http://deklaravimas.vmi.lt/Bank_Auth.aspx
, for example on the link, named "Hansabankas" (URL
http://deklaravimas.vmi.lt/BankOut.aspx?authtype=3 ) opens empty web page
instead of redirecting to https://lt.hanza.net/cgi-bin/lip/login.jsp
Reproducible: Always
Steps to Reproduce:
1. Go to http://deklaravimas.vmi.lt/Bank_Auth.aspx
2. Click on any link from bank list, for example on the link, named
"Hansabankas" (URL http://deklaravimas.vmi.lt/BankOut.aspx?authtype=3 )
Actual Results:
empty web page is shown
Expected Results:
I should be redirected to chosen bank, for example to
https://lt.hanza.net/cgi-bin/lip/login.jsp
This page works correctly with KDE web browser Konqueror 3.3.2
Comment 1•21 years ago
|
||
Below the header as seen by LiveHTTPHeaders, and the source of the form sent:
http://deklaravimas.vmi.lt/BankOut.aspx?authtype=3
GET /BankOut.aspx?authtype=3 HTTP/1.1
Host: deklaravimas.vmi.lt
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050329
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,de-de;q=0.8,fr-fr;q=0.5,es;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://deklaravimas.vmi.lt/Bank_Auth.aspx
Cookie: ASP.NET_SessionId=stringlength64
HTTP/1.x 200 OK
Date: Wed, 13 Apr 2005 16:30:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 510
----------------------------------------------------------
This is BankOut.aspx, no linebreaks in the original, no doctype or tags besides
the one shown below.
<form name='EDS' action='https://lt.hanza.net/cgi-bin/lip/login.jsp' method='POST' >
<input type='hidden' name='SRC' value='1234567' >
<input type='hidden' name='TIME' value='2005-04-13 19:30:07' >
<input type='hidden' name='SIGNATURE' value='veryLongString=' >
<input type='hidden' name='TYPE' value='EDS-01' ></form>
<script>document.EDS.submit();</script>
JS console shows a warning and an error:
Warning: reference to undefined property document.EDS
Source File: http://deklaravimas.vmi.lt/BankOut.aspx?authtype=3
Line: 1
Error: document.EDS has no properties
Source File: http://deklaravimas.vmi.lt/BankOut.aspx?authtype=3
Line: 1
there are also three CSS errors seen in JS console, but that shouldn´t matter.
Error: Error in parsing value for property 'text-decoration'. Declaration dropped.
Source File: http://deklaravimas.vmi.lt/Styles/Style2.css
Line: 795, 803, 811
text-decoration: undeline;
Updated•18 years ago
|
Summary: Clicking on any link from bank list in http://deklaravimas.vmi.lt/Bank_Auth.aspx opens empty web page instead of redirecting → deklaravimas.vmi.lt - links open empty Web page instead of redirecting
Comment 2•17 years ago
|
||
Following the STR in comment 0 with either Camino trunk or Firefox 2 gets me to
https://lt.hanza.net/hanzaLT/hanzanet
which is most definitely not blank. The Error Console is free and clear of any errors at all, so I'd say this is WORKSFORME now. (Hermann was unclear in comment 1 whether this was actually a valid TE bug or not.)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•