How to remove the "Generated by WebSpeed" message.

Problem:
The Progress WebSpeed middleware prefixes each response with an HTML comment that reads "Generated by WebSpeed - http://www.webspeed.com/". The message is contained inside HTML comment delimiters, and is followed by two newlines. This comment is ignored by the Jargon Reader sys.ProcessInstructions(http.GetResponseData()) method, but it can cause problems if the response buffer is being processed directly by other script functions, for instance if it contains data that does not consist of Jargon CIO commands.
Solution:
This message is generated by the Progress WebSpeed source file src/web/methods/cgiutils.i at lines 516-520. To remove this comment, edit the cgiutils.i file and remove or comment out this Progress statement. Then recompile all Jargon host programs that contain "jsi" includes. Also recompile the WebSpeed src/web/object/web-util.p program.

Article Details

Article ID:
11
Date added:
2010-12-07 20:32:27
Views:
1,067
Rating (Votes):
(632)