Page 1 of 1
mailto errors
Posted: Mon Jul 21, 2003 2:43 am
by legedza.henry
Hi there,
Just recently I have noticed a high number of these errors cropping up: "Unknown/unimplemented access protocol `mailto' for URL mailto:"
They are all valid "mailto" links which appear in PDF files
Is there anything that be done to stop these appearing as errors?
Am running Webinator 4.3.1
Regards
Henry
mailto errors
Posted: Mon Jul 21, 2003 11:19 am
by mark
Hmm, I don't get that error, try downloading the latest dowalk and webinatoradmin scripts from the webinator examples page and see if the problem persists with those.
mailto errors
Posted: Fri Nov 28, 2003 12:21 am
by legedza.henry
Hi again,
We are currently running Webinator 4.4.3-Windows-w/plugin. Last updated about 2 weeks ago.
Am still getting these errors:
"(Unknown/unimplemented access protocol `mailto' for URL mailto:xxxxxxx,Unknown/unimplemented access protocol `mailto' for URL mailto:xxxxxxxxx)
and this variation:
Unknown client error: mailto:yyyyyyyy returned code 400 (Bad Request)
Regards
Henry
mailto errors
Posted: Mon Dec 01, 2003 4:38 pm
by mark
I see the problem now, it's not being selective about links from plugin processed files. For now you can edit the dowalk script. Find the line that reads:
<rex ">>=Link: \P=.+" $pagehead>
replace that line with:
<sandr ".+" ">>=Link: \\P=\1://=.\+" $SSc_protocols>
<rex $ret $pagehead>