Skip to content
  • Paul Melnikow's avatar
    Correct cache behavior for custom query parameters (#1186) · 446d4ce2
    Paul Melnikow authored
    I developed this for #820 to provide the correct cache behavior when a service wants to use custom parameters from the query string.
    
    For safety, only the declared parameters (and the global parameters) are provided to the service. Consequently, failure to declare a parameter results in the parameter not working at all (undesirable, but easy to debug) rather than indeterminate behavior that depends on the cache state (undesirable, but hard to debug).
    446d4ce2
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.