Consultor Eletrônico



Kbase P86816: Object tag containing codebase attribute is sent back to the webserver as a webspeed request
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/11/2004
Status: Unverified

FACT(s) (Environment):

Webspeed 3.1x

SYMPTOM(s):

Object tag containing codebase attribute is sent back to the webserver as a webspeed request

The web server logs the following request:
GET /cgi-bin/cgiip.exe/WService=wsbroker1/msxml4.cab HTTP/1.1" 200 51

The request is made by the following HTML code:
<object id="MSXML4" classid="clsid:88d969c0-f192-11d4-a65f-0040963251e5"
codebase="msxml4.cab#version=4,10,9127,0" type="application/x-oleobject"
STYLE="display: none">

CAUSE:

Codebase in relative to web context where the page was generated.
Being generated by webspeed web object the reference to cab file goes as a agent request on the web server.

FIX:

Specify the full path of the msxml.cab file in the websperver root directory.
For example if msxml4.cab is in Object folder under web server root directory
the codebase should be:
codebase="/Object/msxml.cab#version ...