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
I have this text in my docs x@y.z which is not a valid email link.
The error I get is very undescriptive.
(docs / Paradox / paradoxValidateLinks) java.lang.IllegalArgumentException: Illegal character in fragment at index 15: mailto:x@y.z
Having atleast filename, linenumber would be very helpful.
The text was updated successfully, but these errors were encountered:
I agree! Would you be interested in trying to improve this? I think an ErrorContext is available during most of the validation, if you can catch this IllegalArgumentException and report it through ErrorContext, including the file that is being validated, that should help it report a better error.
I have this text in my docs
x@y.z
which is not a valid email link.The error I get is very undescriptive.
Having atleast filename, linenumber would be very helpful.
The text was updated successfully, but these errors were encountered: