Commit Graph

7 Commits

Author SHA1 Message Date
Christof Marti
7bbd133810 Remove strings.startsWith() (#103454) 2020-09-23 08:03:13 +02:00
Martin Aeschlimann
785eb0872a jsonValidation takes an array for fileMatch 2020-03-06 16:31:48 +01:00
Martin Aeschlimann
4c7b326ae9 fix json validation validation 2020-02-25 15:57:35 +01:00
PM Extra
fa9f4138de Fix a small bug of JsonValidation
The origin condition expression `(!strings.startsWith(uri, 'https:/') && strings.startsWith(uri, 'https:/'))` is always false.
According to the context code, it should be `(!strings.startsWith(uri, 'http://') && !strings.startsWith(uri, 'https://'))` instead.
2020-02-24 01:38:58 +08:00
Sandeep Somavarapu
ceb4b0c455 Introduce default extension kind to extension point 2019-03-13 16:42:47 +01:00
Alex Dima
d73fdb0593 Remove support for non-dynamic extension points entirely (#68603) 2019-02-21 13:19:42 +01:00
Benjamin Pasero
d0f043db69 debt - move jsonValidationExtensionPoint out of services 2019-02-08 07:34:50 +01:00