mailto errors

Post Reply
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

mailto errors

Post 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
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

mailto errors

Post 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.
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

mailto errors

Post 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
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

mailto errors

Post 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>
Post Reply