amateescu / search_api_solr

11 stars 14 forks source link

Fix the usage of the internal URI scheme. #49

Closed tstoeckler closed 9 years ago

tstoeckler commented 9 years ago

URIs using that scheme must start with a leading slash, see line 425 of \Drupal\Core\Url::fromInternalUri()

The exceptions that Url throws bubble up to the interface, which is kind of nasty...