View Issue Details

IDProjectCategoryView StatusLast Update
0003055mantisbtbugtrackerpublic2003-12-13 04:41
Reporterhacker Assigned Toint2str  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Summary0003055: 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.

TagsNo tags attached.

Activities

int2str

int2str

2003-03-14 19:54

reporter   ~0003981

Fixed in CVS.

Related Changesets

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