Saving a url type form field <input type="url" inputmode="url">
with a value that contains an apostrophe causes Joomla to crash with this error:
101 Prohibited input U+00000027
6.0
No errors.
An error has occurred.
101 Prohibited input U+00000027
Ubuntu 24.04.4
mysql Ver 15.1 Distrib 10.11.14-MariaDB
PHP PHP 8.3.6
Joomla 6.0.3
No response
| Labels |
Added:
bug
|
||
| Labels |
Added:
No Code Attached Yet
|
||
Thanks @brianteeman
yes I know - i'm just pointing out a similar problem also caused by the IDNA update for developers to reference when fixing this
It's ok!
@luX0r-reload I will work on this bug,
can you tell the exact URL that causes the crash ?
I am getting no errors with the URL: https://www.example.com/foo'bar
but getting a fatal error for the URL: https://www.exa'mple.com/foobar
If you can confirm this, the expected result for a fix will be a error message being shown instead of a fatal error ( not no errors )
@hiteshm0
This crash:
https://www.exa'mple.com/foobar
This not:
https://www.example.com/foo'bar
I agree with what you wrote.
@luX0r-reload can you please take a look at 47557, and let me know if that fixes the bug?
Thank You
Yes, with the fix, it saves the URL and doesn't crash.
@luX0r-reload Please mark your test result as successfully at the Issue Tracker.
@BeginnerJoomlaCom I've never done that before. How do you do it?
I've never done that before. How do you do it?
Done!
For anyone looking at this its the same problem as described and fixed here #46450 but with a different character