View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005264 | mantisbt | printing | public | 2005-02-20 15:50 | 2005-04-18 10:27 |
| Reporter | andimeier1 | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.19.2 | ||||
| Summary | 0005264: URL linkifying not correct | ||||
| Description | When I include an URL in the bug description which contains HTTP parameters, e.g. then it is displayed as ie, the HTTP parameter "id=2449" is not included in the link. Thus, the link is not "executable" by a person who views the bug. | ||||
| Additional Information | Looks like the culprit is the regex at the beginning of the function string_insert_hrefs() in core/string_api.php, line 295, which does not take into account special constructions like HTTP parameters | ||||
| Tags | No tags attached. | ||||
|
Hm, I was not aware, that my example will get linkified too, and so my point may not be clear when you look at the bug description, here's what I'm complaining about in Pseudo-HTML ;) "There is a bug an the page H_T_T_P://www.server.com/view.php?id=2449" This description will be displayed as: "There is a bug an the page H_T_T_P://www.server.com/view.php [^]?id=2449" This means, that the part between the angle brackets is getting linkified, and the HTTP parameter (id=2449) gets cut off from the URL and is behind the "open in separate window" link. |
|