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 HTTP layer uses URI::create with IRI values in a few locations. If those IRIs contain characters that are not supported by URIs, then a 500 exception results. The solution is to just encode those IRI values when creating the URI.
The text was updated successfully, but these errors were encountered:
The HTTP layer uses
URI::create
with IRI values in a few locations. If those IRIs contain characters that are not supported by URIs, then a 500 exception results. The solution is to just encode those IRI values when creating the URI.The text was updated successfully, but these errors were encountered: