[Webtest] Login problems

Paatsch, Bernd webtest@lists.canoo.com
Wed, 4 Jan 2006 16:21:02 -0600


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C6117C.E468CCDF
Content-Type: text/plain

Thanks for the answer. Here is the additional information:

./common/WMM_OpenLoginPage.xml contains out of:
<invoke 
       description="opening the WMM"
       url="${OpenLoginPageUrl}"
/>

<verifytitle
      description="verify title to see if browser opened the WMM" 
      text="${OpenLoginPageVerifyTitle}"
/>

The developer told me that the web page uses use session cookies for the
login. 

Checking the access_log from the Apache web server:
Manual Login:
172.16.19.122 - - [04/Jan/2006:13:59:13 -0800] "GET /mm HTTP/1.1" 301 308
"-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010
Firefox/1.0.7 (Ubuntu package 1.0.7)"
172.16.19.122 - - [04/Jan/2006:13:59:14 -0800] "GET /mm/ HTTP/1.1" 200 2135
"-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010
Firefox/1.0.7 (Ubuntu package 1.0.7)"
172.16.19.122 - - [04/Jan/2006:13:59:19 -0800] "POST /mm/status.php
HTTP/1.1" 200 4436 "http://172.16.19.90/mm/ <http://172.16.19.90/mm/> "
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010
Firefox/1.0.7 (Ubuntu package 1.0.7)"

Script Login:
172.16.19.122 - - [04/Jan/2006:13:57:36 -0800] "GET /mm/status.php HTTP/1.1"
200 2073 "-" "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)"
172.16.19.122 - - [04/Jan/2006:13:57:37 -0800] "GET
/scripts/styleswitcher.js HTTP/1.1" 200 2581 "-" "Mozilla/4.0 (compatible;
MSIE 6.0b; Windows 98)"
172.16.19.122 - - [04/Jan/2006:13:57:38 -0800] "GET /scripts/global.js
HTTP/1.1" 200 10315 "-" "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)"
172.16.19.122 - - [04/Jan/2006:13:57:38 -0800] "GET /scripts/index.js
HTTP/1.1" 200 360 "-" "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)"
172.16.19.122 - - [04/Jan/2006:13:57:39 -0800] "POST /mm/status.php
HTTP/1.1" 200 2164 "-" "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)"


There was no error_log message created.

What do you mean by console log?


Thanks,
--Bernd

------_=_NextPart_001_01C6117C.E468CCDF
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2658.2">
<TITLE>Login problems</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2 FACE=3D"Courier New">Thanks for the answer. Here is =
the additional information:</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">./common/WMM_OpenLoginPage.xml =
contains out of:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">&lt;invoke </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier =
New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; description=3D&quot;opening =
the WMM&quot;</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier =
New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
url=3D&quot;${OpenLoginPageUrl}&quot;</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">/&gt;</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">&lt;verifytitle</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
description=3D&quot;verify title to see if browser opened the WMM&quot; =
</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
text=3D&quot;${OpenLoginPageVerifyTitle}&quot;</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">/&gt;</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">The developer told me that the =
web page uses use session cookies for the login. </FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">Checking the access_log from the =
Apache web server:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">Manual Login:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:59:13 -0800] &quot;GET /mm HTTP/1.1&quot; 301 308 =
&quot;-&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) =
Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)&quot;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:59:14 -0800] &quot;GET /mm/ HTTP/1.1&quot; 200 2135 =
&quot;-&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) =
Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)&quot;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:59:19 -0800] &quot;POST /mm/status.php HTTP/1.1&quot; =
200 4436 &quot;</FONT><A HREF=3D"http://172.16.19.90/mm/"><U><FONT =
COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Courier =
New">http://172.16.19.90/mm/</FONT></U></A><FONT SIZE=3D2 =
FACE=3D"Courier New">&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; =
en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package =
1.0.7)&quot;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">Script Login:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:57:36 -0800] &quot;GET /mm/status.php HTTP/1.1&quot; =
200 2073 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0b; =
Windows 98)&quot;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:57:37 -0800] &quot;GET /scripts/styleswitcher.js =
HTTP/1.1&quot; 200 2581 &quot;-&quot; &quot;Mozilla/4.0 (compatible; =
MSIE 6.0b; Windows 98)&quot;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:57:38 -0800] &quot;GET /scripts/global.js =
HTTP/1.1&quot; 200 10315 &quot;-&quot; &quot;Mozilla/4.0 (compatible; =
MSIE 6.0b; Windows 98)&quot;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:57:38 -0800] &quot;GET /scripts/index.js HTTP/1.1&quot; =
200 360 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0b; Windows =
98)&quot;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">172.16.19.122 - - =
[04/Jan/2006:13:57:39 -0800] &quot;POST /mm/status.php HTTP/1.1&quot; =
200 2164 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 6.0b; =
Windows 98)&quot;</FONT></P>
<BR>

<P><FONT SIZE=3D2 FACE=3D"Courier New">There was no error_log message =
created.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Courier New">What do you mean by console =
log?</FONT>
</P>
<BR>

<P><FONT SIZE=3D2 FACE=3D"Courier New">Thanks,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">--Bernd</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C6117C.E468CCDF--