View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003055 | mantisbt | bugtracker | public | 2003-03-12 21:05 | 2003-12-13 04:41 |
| Reporter | hacker | Assigned To | int2str | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | git trunk | ||||
| Summary | 0003055: Urls with an '@' sign in them get mangled by Mantis (this has been here for several versions) | ||||
| Description | When you have a url in a bug report in the summary or the description, such as those at mail-archive.com, will get mangled and eaten by Mantis | ||||
| Steps To Reproduce | Here's an example URL: http://www.mail-archive.com/plucker-list@rubberchicken.org/msg01740.html Which should actually contain an '@' between plucker-list and rubberchicken, but Mantis eats it. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master bd096631 2003-03-14 13:54 int2str Details Diff |
* string_api.php: Changed regular expressions to allow "@" in (non-mail) URLs. This fixes bug 0003055. The new dual regexps to filter mail URLs are kind of cludgy. If anybody has a better way of making this work - feel free ;). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2100 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0003055 |
|
| mod - core/string_api.php | Diff File | ||
|
MantisBT: master c7599529 2003-03-14 13:56 int2str Details Diff |
* doc/Changelog: Added description for bug fix 0003055 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2101 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0003055 |
|
| mod - doc/ChangeLog | Diff File | ||