You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's use QueryParser.parse(locator) to ensue that properties are valid locators. If they aren't we will handle SelectorParseException and fail-fast during application initialization.
The text was updated successfully, but these errors were encountered:
After fixing #975 the properties will live in database and we won't have code that validates the properties (see also #842 ). I'm not sure that we need validation for them at this stage because such errors should not happen as only admin adds these properties to database. Even if they occurs, the chance is really small and in that case we may circle back to this discussion.
Let's use
QueryParser.parse(locator)
to ensue that properties are valid locators. If they aren't we will handleSelectorParseException
and fail-fast during application initialization.The text was updated successfully, but these errors were encountered: