Menu

#1 [link:] with # fails

closed-rejected
nobody
5
2001-06-08
2001-05-03
Anonymous
No

I saw this 2 times, the first one also contained
spaces, so I thought these would cause the error.
But then I found it on
http://www.teamone.de/selfaktuell/forum/?m=122375&t=23565
without spaces and I suppose that it's the #.

Discussion

  • André Malo

    André Malo - 2001-05-03

    Logged In: YES
    user_id=157943

    hehe, there were really 2 reasons to fail:
    1st: the spaces :[link:http://...#some thing] fails and that's correct, this will not work in most browsers
    (spaces are not allowed in URLs)
    2nd: relative URIs are not easy to match, because it would match to much (trash).
    however [link:/anypath/to/something], [link:../path/to/another] and [link:./under/base/directory] do work
    (just with and/or without #fragments)
    *maybe* this will be extended in future.
    If you're specially interested in the handling, take a look at Encode::Posting.

     
  • Frank Schoenmann

    • status: open --> open-remind
     
  • Frank Schoenmann

    Logged In: YES
    user_id=22603

    It's not a bug, it's a feature :)

     
  • Frank Schoenmann

    • status: open-remind --> closed-rejected
     

Log in to post a comment.