jfriend
Aug-04-2010, 07:46 PM
A Smugmug user was trying to put this URL into their gallery description as text:
http://www.australianstage.com.au/201008043744/reviews/melbourne/swan-lake-on-ice-%7C-the-imperial-ice-stars.html
When Smugmug ran it's auto-conversion to HTML, it only made the part up to the % sign as a URL like this:
http://www.australianstage.com.au/201008043744/reviews/melbourne/swan-lake-on-ice- (http://www.australianstage.com.au/201008043744/reviews/melbourne/swan-lake-on-ice-)%7C-the-imperial-ice-stars.html
I realize that any autodetection code has a bit of an issue with figuring out what punctuation at the end of a URL should not be included as part of the URL, but in this case, there should be no question that URL continues on. You can see the very confused Smugmug user in this thread (http://www.dgrin.com/showthread.php?t=174356).
We worked around it by using <html> and </html> and manually coding their own HTML, but it could have and probably should have "just worked" the way they originally did it.
http://www.australianstage.com.au/201008043744/reviews/melbourne/swan-lake-on-ice-%7C-the-imperial-ice-stars.html
When Smugmug ran it's auto-conversion to HTML, it only made the part up to the % sign as a URL like this:
http://www.australianstage.com.au/201008043744/reviews/melbourne/swan-lake-on-ice- (http://www.australianstage.com.au/201008043744/reviews/melbourne/swan-lake-on-ice-)%7C-the-imperial-ice-stars.html
I realize that any autodetection code has a bit of an issue with figuring out what punctuation at the end of a URL should not be included as part of the URL, but in this case, there should be no question that URL continues on. You can see the very confused Smugmug user in this thread (http://www.dgrin.com/showthread.php?t=174356).
We worked around it by using <html> and </html> and manually coding their own HTML, but it could have and probably should have "just worked" the way they originally did it.