Comment #4 on issue 1566 by vbes...@gmail.com: Posting new diff returns error page even though it seems to work
http://code.google.com/p/reviewboard/issues/detail?id=1566

After some research, looks like the problem is caused by a bug in the Python regular expressions handling. The Python has issues with matching multiple times a string that may be empty (null).

The problem is with the regular expression in the "File regex" in the

"default reviewers"
( https://boeing.sf.vayant.com/review/admin/db/reviews/defaultreviewer/ )

Probably replacing the "*" with ".*" will help fixing the issue. I'm still new in the company, so George will communicate it with all of the potentially affected developers and will commit the change.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to