Consultor Eletrônico



Kbase 17052: Securing Your Source Code with Webspeed 2.0 (-rr)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Securing Your Source Code with Webspeed 2.0 (-rr)

The use of the Run Run-time Client(-rr) parameter has been
superceded by calls to check-agent-mode ("PRODUCTION").
Whereas -rr prevents any .w/.p code from being compiled on the fly,
this also stops the user from dynamically generating queries, etc

The preferred technique is to add a line to code that might compile
a file to check the Agent mode. You might add:

IF check-agent-mode ("PRODUCTION":U) THEN DO:
RUN HtmlError IN web-utilities-hdl ("Function not supported.").
RETURN.
END.

The -rr option is documented in Chapter 9 of the WebSpeed
Developer's Guide and will not work. (Section 9.3.5)

Progress Software Technical Support Note # 17052