Consultor Eletrônico



Kbase P36204: Getting error Page can not be found when URL containing a '.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/8/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1x

SYMPTOM(s):

Getting error Page can not be found

404 Error

Using cgiip.exe

Can not access WebSpeed application

Microsoft URLscan installed

Need to disallow .exe

Mapped .wsc file extension / using cgiip.wsc

Set Added UseAllowExtensions=1 and added new extension, .wsc, within the AllowExtensions section of the URLscan.ini file

URL is containing a '.'

CAUSE:

URLScan blocks requests that contain potentially harmful characters, for example, characters that have been used to exploit vulnerabilities in the past such as "." used for directory traversal. It is not recommended that project paths contain the "." character.

FIX:

If you must allow this, you need to set AllowDotInPath=1 in URLScan.ini.