You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

1.0.2

  • Add the following configuration options to SRP_HTTP_FRAMEWORK_SETUP:
    • Enable Authentication Flag
    • Realm Value
  • Add the following services to the HTTP_Services module:
    • GetHomeURL
    • GetAPIURL
    • GetCapturePath
    • GetEnableAuthenticationFlag
    • GetRealmValue
  • Update the HTTP_Authentication_Services helper to use the GetEnableAuthenticationFlag and GetRealmValue services. These services replaced hard-coded values.
  • Update the HTTP_MCP controller to use the GetCapturePath service. This replaced the Xlate.
  • Update the HTTP_Service_Setup insert to use the GetHomeURL and GetAPIURL services. These services replaced Xlated values.

1.0.1

  • Create two configuration records in the SYSENV table:
  • Update the HTTP_Service_Setup insert to anticipate OECGI requests wherein the Script Name URL also exists within the Path Info URL (e.g., Microsoft IIS). This fixes a problem wherein the wrong service was being identified, especially in the Entry Point Service.
  • Update the HTTP_Service_Setup insert to assign the HomeURL$ and APIURL$ equates with the values stored in the SRP_HTTP_FRAMEWORK_SETUP record rather than being hard-coded. This eliminates the need to recompile HTTP service modules whenever the URL paths are changed.
  • Update the HTTP_Services module by adding a new service called GetVersion. This returns the information stored in the SRP_HTTP_FRAMEWORK_VERSION record.
  • Update the HTTP_MCP controller to use the capture path stored in the SRP_HTTP_FRAMEWORK_SETUP record. This eliminates the need to update the hard-coded path in HTTP_MCP and recompile.

1.0.0

  • Initial release on the stand-alone product.
  • No labels