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
The input of an invalid service uri on the main page of dyso breaks the test backend and produces a Python stacktrace.
While HTML5 field validation seems to work properly, the form submission is not blocked (most probably because the event is rerouted to a jQuery routine).
Possible solutions:
roll own validation in the submission code of templates/index.html
The input of an invalid service uri on the main page of dyso breaks the test backend and produces a Python stacktrace.
While HTML5 field validation seems to work properly, the form submission is not blocked (most probably because the event is rerouted to a jQuery routine).
Possible solutions:
The text was updated successfully, but these errors were encountered: