Bug #27375
simplify email validator
| Status: | Rejected | Start date: | 2011-06-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stefan Neufeind | % Done: | 0% |
|
| Category: | Validation | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
Regex for validation should be simplified (replaced) by using the approprivate filter_var() for that.
Related issues
| related to Extbase MVC Framework - Bug #6970: simplify email validator | Resolved | 2010-03-23 | ||
| duplicated by TYPO3.Flow - Task #39714: Validate emailaddresses by filter_var() | Resolved | 2012-08-12 |
History
Updated by Mr. Hudson about 2 years ago
Patch set 1 of change Icf07b81b40a3021c66fe381be69efae1a632c25b has been pushed to the review server.
It is available at http://review.typo3.org/2665
Updated by Stefan Neufeind about 2 years ago
Karsten wrote in gerrit that filter_var()-check is not "good enough". Hope to clarify that with him further ...
Updated by Karsten Dambekalns almost 2 years ago
- Status changed from New to Rejected
See the comments on https://review.typo3.org/#change,2665 for why this doesn't work.