[MDEV-32525] Server startup fails to validate invalid redirect_url Created: 2023-10-20 Updated: 2023-10-26 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 11.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Ramesh Sivaraman | Assignee: | Yuchen Pei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Server does not allow to set invalid URL with SET GLOBAL statement, but this validation is not happening when we pass invalid URL in startup option.
server startup command --redirect_url="mariadbaaa://test" or --redirect_url="mariadb://test:6666666"
|
| Comments |
| Comment by Yuchen Pei [ 2023-10-24 ] | ||||||
|
Hi serg, ptal thanks
| ||||||
| Comment by Sergei Golubchik [ 2023-10-25 ] | ||||||
|
3a3bb0771a3 is ok to push, thanks! | ||||||
| Comment by Yuchen Pei [ 2023-10-25 ] | ||||||
|
Thanks for the review serg, will ask for this to be tested as a part of |