• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Autoparsing of URLs

Status
Not open for further replies.
It's because URL parsing is an almost impossible problem. Almost any implementation of an URL parser is going to be broken in some way or another. Read more about URL parsing. As much fun as it is to blame broken features on Fusetalk, this URL parsing problem is almost intractable.
 
Originally posted by: GodlessAstronomer
It's because URL parsing is an almost impossible problem. Almost any implementation of an URL parser is going to be broken in some way or another. Read more about URL parsing. As much fun as it is to blame broken features on Fusetalk, this URL parsing problem is almost intractable.
But the link contains ', not )
 
I don't know much on this subject, but if all error-causing characters were converted to their character code equivalent upon submission, this problem could be avoided.

But I believe that specific character isn't parsed because of it's cross site scripting implications.
 
Status
Not open for further replies.
Back
Top