Project

General

Profile

Actions

Bug #2685

closed

Regular expression problems on checking installation media name

Added by Ivan Necas almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When creating a media with some format can lead to the foreman being stuck:

The root cause is the regular expression checking the name of media on spaces:

"SimpleOrg/Dev_Env/PublishedRHEL532 RHEL Server 5.9 i386" =~ /\A(\S+\s?)+\Z

This takes ages to compute.

On the other hand, it doesn't catch this example "My Media with trailing space "

The more efficient and working regexp should be

/\A(\S+\s)*\S+\Z/

Going to send a PR

(from https://bugzilla.redhat.com/show_bug.cgi?id=976362)

Actions #1

Updated by Dominic Cleal almost 11 years ago

  • Status changed from Assigned to Ready For Testing
  • Target version set to 1.2.0
Actions #2

Updated by Ivan Necas almost 11 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF