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:40:59 UTC

svn commit: r1661924 - /tomcat/trunk/

Author: kkolinko
Date: Tue Feb 24 12:40:59 2015
New Revision: 1661924

URL: http://svn.apache.org/r1661924
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.

Modified:
    tomcat/trunk/   (props changed)

Propchange: tomcat/trunk/
------------------------------------------------------------------------------
--- bugtraq:logregex (original)
+++ bugtraq:logregex Tue Feb 24 12:40:59 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