View Issue Details

IDProjectCategoryView StatusLast Update
0009518mantisbtbugtrackerpublic2009-01-15 11:26
Reportergiallu Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.0a2 
Fixed in Version1.2.0a3 
Summary0009518: Error 203 after editing a bugnote
Description

In this instance, I got application error 203 after editing one of my bugnotes

TagsNo tags attached.

Relationships

has duplicate 0009531 closedjreese Editing an Existing note throws APPLICATION ERROR #203 
has duplicate 0009605 closedgiallu Application Error on editing bugnote 

Activities

giallu

giallu

2008-08-12 12:59

reporter   ~0019127

More specifically, the redirect address looks like:

http://www.mantisbt.org/bugs/view.php?id=9508%23bugnotes

and the error:

A number was expected for id.

thraxisp

thraxisp

2008-09-06 20:51

reporter   ~0019322

Last edited: 2008-09-07 05:48

string_sanitize_url corrupts the redirection URL.

giallu

giallu

2008-09-07 02:10

reporter   ~0019325

Last edited: 2008-09-07 05:48

Given I told Paul to not add string_sanitize_url unconditionally on redirects, I'd rather assign this to him...

giallu

giallu

2008-09-07 04:04

reporter   ~0019326

Jul 31 23:25:53 CIA-47 mantisbt: prichards * r5474 /trunk/mantisbt/core/html_api.php: Pass urls through sanitize_url withi
n meta redirect by default.

thraxisp

thraxisp

2008-09-07 12:15

reporter   ~0019327

Fixed via svn:5553
http://mantisbt.svn.sourceforge.net/mantisbt/?rev=5553&view=rev

Added explicit handling of anchor after query string. Links don't used sanitized URLs, but redirects do.