Changes between Version 50 and Version 51 of S3/S3REST/URLFormat


Ignore:
Timestamp:
08/30/19 09:37:29 (6 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/URLFormat

    v50 v51  
    167167'Hard' Filters (added by the developers in the controller) can never be bypassed by URL filters.
    168168
    169 However 'Soft' Filters which are where a !FilterForm is configured to have {{{filter_defaults}}} for convenience of interactive users rather than security, or other meaning, can be.
    170 * Information on filter_defaults can be found at [wiki:S3/FilterForms#Configuration]
    171 
    172 To instruct a !FilterForm to NOT implement the {{{filter_defaults}}}, add {{{?default_filters=0}}} to the URL.
     169However 'Soft' Filters which are where a !FilterForm is configured to have [wiki:S3/FilterForms#Configuration Default Filters] for convenience of interactive users rather than security, or other meaning, can be.
     170
     171To instruct a !FilterForm to NOT implement the Default Filters, add {{{?default_filters=0}}} to the URL.
    173172* Note that these aren't required for non-interactive requests, such as XML, GeoJSON, XLS, etc
    174173== URL Examples ==