Environment:
FeedReader 3.10
Windowx XP Professional SP2
Internet Explorer 6.0
Problem:
The RSS feed we are testing internally is located at:
http://pcptorrodellas:7080/socweb/opencms/socweb_ca/auxiliar/TestRSS1.xml
When trying to add it to FeedReader, the following error is displayed:
Error adding feed:;Can't add/update feed. http://pcptorrodellas:7080/socweb/opencms/socweb_ca/auxiliar/TestRSS1.xml
There is no HTTP request received by the server, so we conclude that FeedReader doesn't like the URL.
Changing "socweb_ca" with "socwebca" in the URL, a request is sent all right and a 404 error (Not Found) is returned, which is normal because directory "socwebca" doesn't exist.
If we place the feed in an underscore-free directory, everything works (but this doesn't fit our application structure).
Is there something wrong with underscores?
Update
The problem seems to be related to the URL length:
- Long URL with underscore: FeedReader complains.
- Long URL WITHOUT underscore: OK
- Shorter URL with underscore (i.e. http://pcptorrodellas:7080/socweb/opencms/utilitats_socweb/cat/rss.xml): OK
Hope this helps.