hmmm

LoungeAdmin
Administrator
Posts: 13
Joined: 31 Jan 2010, 20:45

hmmm

Post by LoungeAdmin »

Code: Select all

. . .
http://www.thewolfmans.com" onclick="window.open(this.href);return false;

http://www.google.com

Apple

User avatar
stuck
Panoramic Lounger
Posts: 8176
Joined: 25 Jan 2010, 09:09
Location: retirement

Re: hmmm

Post by stuck »

Is the 'failed' URL link to a Google search in my post about Avira connected with what you are testing here?

Ken

User avatar
DaveA
GoldLounger
Posts: 2599
Joined: 24 Jan 2010, 15:26
Location: Olympia, WA

Re: hmmm

Post by DaveA »

Could be the "{ }" brackets on last area of the URL?
I am so far behind, I think I am First :evilgrin:
Genealogy....confusing the dead and annoying the living

User avatar
Argus
GoldLounger
Posts: 3081
Joined: 24 Jan 2010, 19:07

Re: hmmm

Post by Argus »

I don't think so Ken, guess it is/was related to some problems with code and how it came through in the e-mail notifications.

I don't know much in this area, and I'm not sure how much depends on the BBCode used here and the Lounge software, and on the other hand standards of Internet (i.e. specification for URLs). Some characters are reserved (in URLs), some are a bit "unsafe" to use, and they must be encoded (or perhaps handled in some other way; didn't we use brackets in the old old Lounge around some characters). In these rare cases I don't think there's much to do, but to encode them.

Anyhow, as Dave said, the curly brackets creates problems, but then we also have a backslash in there.
Replacing:
{ with %7b
} with %7d
and
\ with %5C
in this:

Code: Select all

http://www.google.co.uk/search?q=Unused+File+Extension%09{80b8c23c-16e0-4cd8-bbc3-cecec9a78b79}%09HKCR\{80b8c23c-16e0-4cd8-bbc3-cecec9a78b79}
generates this:

Code: Select all

http://www.google.co.uk/search?q=Unused+File+Extension%09%7b80b8c23c-16e0-4cd8-bbc3-cecec9a78b79%7d%09HKCR%5C%7b80b8c23c-16e0-4cd8-bbc3-cecec9a78b79%7d
And this is the result (your Google search):
http://www.google.co.uk/search?q=Unused ... 9a78b79%7d" onclick="window.open(this.href);return false;
Byelingual    When you speak two languages but start losing vocabulary in both of them.

User avatar
StuartR
Administrator
Posts: 12605
Joined: 16 Jan 2010, 15:49
Location: London, Europe

Re: hmmm

Post by StuartR »

I have moved this thread from the Test forum to Lounge Matters because it has useful content, and posts in Test are automatically deleted after a few days.
StuartR