Kbase P25255: How to remove the Generated by Webspeed header
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/16/2009 |
|
Status: Verified
GOAL:
How to remove the "Generated by Webspeed" header in the HTML
FACT(s) (Environment):
How to remove "Generated by Webspeed" tail in HTML
All Supported Operating Systems
OpenEdge 10.x
WebSpeed 3.x
FIX:
In V3.1x/9.1x
This line can be edited in in src/web/method/cgiutils.i and
src/web/object/web-util.p, we write this out explicitly after displaying the content-type header, if the content-type begins "text/html" or text/x-server-parsed-html".
You can edit these and recompile the .p but you must also start and stop the broker for the changes to take affect.
However, If these files are affected by a Service Pack this alteration must be done again.
In OE, the line is in web-disp.p.