You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/02/24 13:48:55 UTC

svn commit: r1661928 - /tomcat/tc7.0.x/trunk/

Author: kkolinko
Date: Tue Feb 24 12:48:55 2015
New Revision: 1661928

URL: http://svn.apache.org/r1661928
Log:
For https://bz.apache.org/bugzilla/show_bug.cgi?id=57611
Update bugtraq:logregex property to work with both old and new server names and escape dot characters.

This regular expression is used to get bug numbers from a log message,
e.g. to populate bug number column in Log dialog of TortoiseSVN.

Note that the regex also recognizes "BZ + optional space + bug number".

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
--- bugtraq:logregex (original)
+++ bugtraq:logregex Tue Feb 24 12:48:55 2015
@@ -1,2 +1,2 @@
-(https?\://bz.apache.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(https?\://(bz|issues)\.apache\.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
 (\d+)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org