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
Rewriting should be applied on the uri attribute from UriEntry and not the name!
Example:
uri id="PizzaID" name="http://example.org/Pizza.owl" uri="http://fake.org/Pizza.owl"
rewriteURI uriStartString="http://fake.org" rewritePrefix="."
After rewriting we should get ./Pizza.owl
The computation of redirect should not stop after the first rewrite is found. The documentation says: “If more than one rewriteURI entry matches, the matching entry with the longest normalized uriStartString value is used.”
The text was updated successfully, but these errors were encountered:
onor13
pushed a commit
to onor13/xmlcatalog
that referenced
this issue
Aug 3, 2017
Rewriting should be applied on the uri attribute from UriEntry and not the name!
Example:
uri id="PizzaID" name="http://example.org/Pizza.owl" uri="http://fake.org/Pizza.owl"
rewriteURI uriStartString="http://fake.org" rewritePrefix="."
After rewriting we should get ./Pizza.owl
The computation of redirect should not stop after the first rewrite is found. The documentation says: “If more than one rewriteURI entry matches, the matching entry with the longest normalized uriStartString value is used.”
The text was updated successfully, but these errors were encountered: