NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Support (Score:2)
The other part of the problem is the fact that our tools are fundamentally broken and insecure [happygiraffe.net].
-Dom
Re:Support (Score:2)
Re:Support (Score:1)
I don't think that's a URI.pm bug, since escaping the query string is only relevant when it's being used as an attribute value. I'd say it's a bug in whatever is generating the HTML code.
(Unless you mean the patch changes it to emit semi-colons instead of ampersands, in which case, I apologize, because you're correct.)
(darren)
Re:Support (Score:2)
-Dom
Re: (Score:1)
Funny, I complained about that just recently [philringnalda.com] – PHP still isn’t configured to accept semicolonised query strings by default. It’s by far the biggest offender.
Maybe I should take a look at what the Rails and Django folk are doing and complain at them too.
Perl stuff is mostly good about this.
OAI (Score:2)
So for simplicity, I used the query string made to make the request as the resumption token, with the counter incremented. This meant encoding & as &, of course. The search site people tho