Bug 1003712

Summary: [Regression] Bugzilla/Template.pm uses regex pattern that is not valid before perl 5.10
Product: [Community] Bugzilla Reporter: Jason McDonald <jmcdonal>
Component: User InterfaceAssignee: Simon Green <sgreen>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.4CC: ebaak, rjoost
Target Milestone: 4.4   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 4.4.0007 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-06 04:14:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason McDonald 2013-09-03 01:13:23 UTC
Description of problem:
The fix for Bug 919040 (backported from upstream) used the \h regex pattern, which was new in Perl 5.10.  The production servers are still using Perl 5.8.

Version-Release number of selected component (if applicable):
4.4.0007 (which was not deployed due to this bug).

How reproducible:
Always

Steps to Reproduce:
root@host bugzilla]# su apache -s /bin/bash -c ./rh-create-templates.pl
Unrecognized escape \h passed through at Bugzilla/Template.pm line 164.
Removing existing compiled templates...
Precompiling templates...done.
[root@host bugzilla]# service bugzilla-queue restart
Killing bugzilla-queue: [ OK ]
Starting bugzilla-queue: Unrecognized escape \h passed through at
Bugzilla/Template.pm line 164.

Actual results:
Perl error due to \h

Expected results:
No error.

Additional info:
none.

Comment 3 Simon Green 2013-09-06 00:03:15 UTC
This was backported to sprint7

Comment 4 Simon Green 2013-09-06 04:14:53 UTC
This change is now live. If there are any issues, do not reopen this bug.
Instead, you should create a new bug and reference this bug.

  -- simon