On Wed, 23 Apr 2008, John-Mark Bell wrote:
On Wed, 23 Apr 2008, Paul Stewart wrote:
The problem I have is that on the captcha page, after the correct text has
been entered the page redirects to another page. A couple of users who
have been testing this in Netsurf (current versions) have said they get a
"url redirect error"
Without more details, that's meaningless, I'm afraid. Please ask them to
report the issue on the NetSurf bug tracker, attaching the log file from the
NetSurf session in which the problem was encountered.
Ok, this has now been reported on the bug tracker with a log file. The
answer is that NetSurf is being less tolerant of junk input than other
browsers. However, the URL you're redirecting to contains spaces. These
should be percent encoded (i.e replaced with %20).
At some point in the relatively near future, I'd expect NetSurf to handle
this case. It's not an entirely trivial fix, however.
John.