-
Notifications
You must be signed in to change notification settings - Fork 911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to preserve URLs as is #690
Comments
That's probably because of the |
Interestingly, my QuicKey extension unsuspends that page to the correct URL. It assumes everything from the |
Let's make the great suspender great again... @fwextensions Thanks for looking into this issue. |
Right. Looks like changing that line to this would fix it:
That joins the split pieces back together, in case the But just slicing at the index of
And using a Anyway, it looks like assuming |
Thanks for this. |
I have pushed a fix for this (40ce23f) |
It fails to preserve URLs as is. For instance, try suspending and unsuspending
http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=PREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0A%0D%0ASELECT+%3Fperson+%3Fname+where+%7B%0D%0A+++%3Fperson+foaf%3Aname+%3Fname+.%0D%0A%7D+LIMIT+100&format=text%2Fhtml&CXML_redir_for_subjs=121&CXML_redir_for_hrefs=&timeout=30000&debug=on&run=+Run+Query+
.Specifications:
The text was updated successfully, but these errors were encountered: