Changes between Version 49 and Version 50 of S3/S3REST/URLFormat
- Timestamp:
- 08/30/19 09:25:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/URLFormat
v49 v50 167 167 'Hard' Filters (added by the developers in the controller) can never be bypassed by URL filters. 168 168 169 However 'Soft' Filters which are where a !FilterForm is configured to have {{{filter_defaults}}} for convenience rather than security, or other meaning, can be.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 170 * Information on filter_defaults can be found at [wiki:S3/FilterForms#Configuration] 171 171 172 To instruct a !FilterForm to NOT implment the {{{filter_defaults}}}, add {{{?default_filters=0}}} to the URL. 172 To instruct a !FilterForm to NOT implement the {{{filter_defaults}}}, add {{{?default_filters=0}}} to the URL. 173 * Note that these aren't required for non-interactive requests, such as XML, GeoJSON, XLS, etc 173 174 == URL Examples == 174 175