You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/07/15 19:35:29 UTC

svn commit: r964505 - /tomcat/sandbox/bz-svn/

Author: rjung
Date: Thu Jul 15 17:35:28 2010
New Revision: 964505

URL: http://svn.apache.org/viewvc?rev=964505&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=123456
Check whether bugtraq:logregex conflicts with bugtraq:message. Docs indicate this, reality will show.

First test using turtoise.

Adding some more bug numbers which will only be detected by the regexp like bug 23456 or fix for 7890 or starting a bug number at start of line:
11111 Does it work?

Modified:
    tomcat/sandbox/bz-svn/   (props changed)

Propchange: tomcat/sandbox/bz-svn/
------------------------------------------------------------------------------
    bugtraq:label = BZ

Propchange: tomcat/sandbox/bz-svn/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Thu Jul 15 17:35:28 2010
@@ -0,0 +1,2 @@
+(^|\W)(issues\.apache\.org\/bugzilla\/show_bug\.cgi\?id=|Buzilla|bugzilla|BZ|bz|pr|PR|bug|Bug|Fix|fix|fix of|Fix of|fix for|Fix for|patch for|Patch for|issue|Issue|defect|Defect|fixed|Fixed|^\-?)[\:#\-\s]*(\d{3,})
+(\d{3,})

Propchange: tomcat/sandbox/bz-svn/
------------------------------------------------------------------------------
    bugtraq:number = true



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