View Issue Details

IDProjectCategoryView StatusLast Update
0007034mantisbtbugtrackerpublic2006-05-07 03:51
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.0.3 
Summary0007034: Port: bug in string_sanitize_url()
Description

If apply my bugfix for issue 0006868, this bug appears.
File core/string_api.php, line 178, function string_sanitize_url( $p_url ).

Howto reproduce this bug:
let $p_url = http://.../mantis/query_store_page.php?error_msg=xxx
string_sanitize_url( $p_url ) will return
http://.../mantis/query_store_page.php?error_msg%3Dxxx

error_msg%3D should be error_msg=.

bugfix in bugnotes.

TagsNo tags attached.

Relationships

child of 0006869 closedthraxisp bug in string_sanitize_url() 
child of 0006971 closedvboctor Mantis 1.0.3 Release 

Activities

There are no notes attached to this issue.