Implemented Bug with & in xml
- Fabrice PELLETIER
-
Onderwerp Auteur
- Offline
Minder
Lees meer
- Berichten: 23
- Ontvangen bedankjes 0
8 maanden 2 weken geleden #3106
door Fabrice PELLETIER
Bug with & in xml werd gestart door Fabrice PELLETIER
Hi Ruud,
In the name of my file, I have a character &
And this character make à bug when I try to show the Joomla XML Update Feed
In the name of my file, I have a character &
And this character make à bug when I try to show the Joomla XML Update Feed
Graag Inloggen deelnemen aan het gesprek.
- Ruud van Lent
-
- Offline
Minder
Lees meer
- Berichten: 1707
- Ontvangen bedankjes 111
8 maanden 2 weken geleden #3107
door Ruud van Lent
Beantwoord door Ruud van Lent in topic Bug with & in xml
Hi Fabrice,
thanks for reporting this. I will be leaving a a break tomorrow and will return on november 3rd.
Although this seems like a quick fix (doing a encoding of the filename), I need time to replicate and test as the filename is also used to download the correct file (so should also be 'decoded' again.
So this has to wait a bit.
fastest 'fix' is to not use the & in the filename and replace it with e.g. a - or _
This is also recommended, see below for the logic of this recommendation:
It is generally considered bad practice to have a filename with an ampersand (&) in it. Here's why:
thanks for reporting this. I will be leaving a a break tomorrow and will return on november 3rd.
Although this seems like a quick fix (doing a encoding of the filename), I need time to replicate and test as the filename is also used to download the correct file (so should also be 'decoded' again.
So this has to wait a bit.
fastest 'fix' is to not use the & in the filename and replace it with e.g. a - or _
This is also recommended, see below for the logic of this recommendation:
It is generally considered bad practice to have a filename with an ampersand (&) in it. Here's why:
- Compatibility Issues: Different operating systems and software may interpret special characters like & differently, leading to potential problems when accessing or opening the file.
- URL Encoding: When used in URLs, ampersands often need to be URL-encoded (%26), which can make the filename appear strange or difficult to read.
- Search and Organization: Some search tools and file management systems may not handle filenames with special characters correctly, making it harder to find and organize files.
Graag Inloggen deelnemen aan het gesprek.
- Ruud van Lent
-
- Offline
Minder
Lees meer
- Berichten: 1707
- Ontvangen bedankjes 111
8 maanden 1 week geleden - 8 maanden 4 dagen geleden #3109
door Ruud van Lent
Beantwoord door Ruud van Lent in topic Bug with & in xml
Hi Fabrice,
holidays are over, and did some work on this bug.
I have an updated version of the component listed above for you to download and test.
Thanks for your patience!
let me know if this fixes your issue.
regards,
Ruud.
holidays are over, and did some work on this bug.
I have an updated version of the component listed above for you to download and test.
Thanks for your patience!
let me know if this fixes your issue.
regards,
Ruud.
Laatst bewerkt 8 maanden 4 dagen geleden doorRuud van Lent. Reden: expired download link
Graag Inloggen deelnemen aan het gesprek.