Kbase P123622: The html-encode function does not work on the CGI wrapper program
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/04/2007 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.x
OpenEdge 10.x
SYMPTOM(s):
The html-encode function does not work on the CGI wrapper program
The AppBuilder is not used to write the CGI wrapper program
The .p only has the referenced to wrap-cgi.i include file
CAUSE:
The reference for cgiutils.i is missing on the program. The cgiutils.i include file contains the html-encode function API. Since the application is written outside the AppBuilder, the include files needs to be referenced at the beginning of the file.
FIX:
Add the cgiutils.i reference as {src/web/method/cgiutils.i} on the same section the wrap-cgi.i is referenced.