Project

General

Profile

Actions

Bug #83660

closed

Epic #83652: EXT: Redirects module - Umbrella issue

Client-Side Validation of Source Path broken when regex is used

Added by Susanne Moog over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Link Handling, Site Handling & Routing
Target version:
Start date:
2018-01-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Source Path JS validation contains a few problems and a major bug:

- if using regex the validation destroys an entered regex (removes for example questionmarks and asterisks)
- manually transforming special characters to their translit equivalent is implemented on our own instead of using a library (will currently only work with German umlauts)

Ideally we would have
- client and server side validation working the same way
- validation has to differentiate between regex and non-regex mode
- in case translit behaviour is wanted we should use a library --> but in general why should we change users path segments in that way, having umlauts / a lot of special chars in an url might be totally valid

Actions

Also available in: Atom PDF