Menu

#743 Bandit cuts URL so that they are not working

v1.3.0.42
closed
8
2012-09-23
2006-04-10
stryba
No

Hi

Say I have a URL inside an atom feed:

<?xml version="1.0" encoding="UTF-8" ?>
- <feed xmlns="http://www.w3.org/2005/Atom">
test title
<link rel="self" type="application/atom+xml" href="http://www.foo.bar/ShowFeed?value=%24xyz%5B%2F%2FName%21%3D%22%22%5D"/>
...
</feed>

(btw: the feed is valid and so is the URL)

The URL is:
http://www.foo.bar/ShowFeed?value=%24xyz%5B%2F%2FName%21%3D%22%22%5D

and the Bandit makes it to:

http://www.foo.bar/ShowFeed?value=$xyz%5B//

and cuts the rest. So it is obvious that the link isn't
working anymore since there is alot missing for the
parameter value.

Regards
Stefan

PS: I like the Bandit anyway, but this error is a bit
annoying

Discussion

  • Torsten Rendelmann

    Logged In: YES
    user_id=714452

    Do you have a real world sample URL (or feed file) we can
    access via web to test?

     
  • Dare Obasanjo

    Dare Obasanjo - 2007-02-10

    Logged In: YES
    user_id=24549
    Originator: NO

    No repro

     

Log in to post a comment.