Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449666 - URL formating issues
Summary: URL formating issues
Status: UNCONFIRMED
Alias: None
Product: Websites
Classification: Unclassified
Component: Forums (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Forum Moderators
URL: http://forums.gentoo.org/posting.php
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-01 16:49 UTC by Igor
Modified: 2013-01-01 16:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor 2013-01-01 16:49:32 UTC
I've tried to post a link:
https://skydrive.live.com/redir?resid=8FD4EC3161ABA67A!175&authkey=!AHGJUpbDOX6YaZ0

Though, there's a couple of complications with that.

Reproducible: Always

Steps to Reproduce:
1.Let's simply enter the link:
"
https://skydrive.live.com/redir?resid=8FD4EC3161ABA67A!175&authkey=!AHGJUpbDOX6YaZ0
"

We'll get the following html code 
(of course we need to click "Preview", select the preview, and chose "View Selection Source", or something like that)
"
<a href="https://skydrive.live.com/redir?resid=8FD4EC3161ABA67A" target="_blank">https://skydrive.live.com/redir?resid=8FD4EC3161ABA67A</a>!175&amp;authkey=!AHGJUpbDOX6YaZ0
"

2. Let's try 
"
[url=https://skydrive.live.com/redir?resid=8FD4EC3161ABA67A!176&authkey=!AOTAb1PMBNrwNdc]Here's[/url] a link
"
We'll get 
"
[url=https://skydrive.live.com/redir?resid=8FD4EC3161ABA67A!176&amp;authkey=!AOTAb1PMBNrwNdc]Here's[/url] a link
"
Actual Results:  
Links are broken

Expected Results:  
Links working, like on most forums.

The only possible solution I've found is to use http://tinyurl.com/ , or something...