atombender / keywurl

Keywurl only supports Safari 4.x and earlier and is therefore deprecated.
Other
86 stars 9 forks source link

Using localhost or a virtualhost name gets passed to default shortcut #1

Open Aupajo opened 15 years ago

Aupajo commented 15 years ago

I have several servers running on Leopard. Some of them are VHosts with shortcut aliases.

If I type any of the following, it redirects on to the default keyword (prefixing http:// works fine though):

localhost
localhost/
localhost:4567
somevhostname

Not sure how easy this'd be to fix, but I thought I'd mention anyway.

jkooker commented 15 years ago

Looks like commit 7efdb9b926cf5b3ac3cddfb5e09588b6234c3b75 broke this - URLs with no spaces and no dots are being interpreted as keywords.

bjornpost commented 15 years ago

As I experienced this morning, IPv6 addresses doesn't get recognised either.

[::1] for example, gets redirected to my default keyword. Prefixing them works fine, as said in the initial message by Aupajo.