Kbase P40266: Absolute path defined within Webspeed is processed as a scri
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/10/2003 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.1x
SYMPTOM(s):
Absolute path defined within Webspeed is processed as a script
WebSpeed is trying to execute absolute path
Do not want absolute path processed as a script
Using cgiip.exe
Example:
A HREF="http://www.progress.com/tempdownload/xyz/sample.pdf" TARGET="_blank"> <b> Help </b> <br><br></a
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
The `HostURL` resolves to the URL of the vending host.
Replace the problem lines with the following:
A HREF="`HostURL`/tempdownload/xyz/sample.pdf" TARGET="_blank"> <b> Help </b> <br><br></a
A HREF="`HostURL`/" TARGET="_top">Home<br><br></a