Parent Directory
|
Revision Log
|
Patch
| revision 2510 by fw, Thu Oct 20 09:32:16 2005 UTC | revision 2511 by fw, Thu Oct 20 13:47:06 2005 UTC | |
|---|---|---|
| # | Line 203 data source.""")], | Line 203 data source.""")], |
| 203 | return self.page_not_found(url, obj) | return self.page_not_found(url, obj) |
| 204 | ||
| 205 | def page_bug(self, url, name, redirect): | def page_bug(self, url, name, redirect): |
| 206 | # FIXME: Normalize CAN-* to CVE-* when redirecting. Too many | |
| 207 | # people still use CAN. | |
| 208 | if redirect and name[0:4] == 'CAN-': | |
| 209 | name = 'CVE-' + name[4:] | |
| 210 | ||
| 211 | cursor = self.db.cursor() | cursor = self.db.cursor() |
| 212 | try: | try: |
| 213 | bug = bugs.BugFromDB(cursor, name) | bug = bugs.BugFromDB(cursor, name) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |