ndo360 / codelinkv2

Automatically exported from code.google.com/p/codelinkv2
0 stars 0 forks source link

Chat [url] prepends "http://" to "https://" links. #607

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Version: 2.0.9.8s
User: PartyFlava

Issue: When the [url] tag is used with a link starting with "https://", the 
game prepends "http://" to it in chat (presumably not recognizing "https://" as 
the existing protocol prefix.

Recreate:
  1. Open the chat box and type:
  2. [url]=https://plus.google.com/109925364564856140495/posts

Expected:
  Link to https://plus.google.com/109925364564856140495/posts created.

Actual:
  Link to http://https://plus.google.com/109925364564856140495/posts created.

Note: More robust handling would only prepend http:// if url string didn't 
match ^[a-zA-Z]://.*

Original issue reported on code.google.com by jason.ci...@gmail.com on 6 Oct 2013 at 5:38

GoogleCodeExporter commented 8 years ago

Original comment by codelin...@gmail.com on 7 Oct 2013 at 3:35