[Trac-tickets] Re: [The Trac Project] #2042: & characters in query: links are escaped twice

The Trac Project noreply at edgewall.com
Sun Sep 11 10:12:23 CDT 2005


#2042: & characters in query: links are escaped twice
---------------------+------------------------------------------------------
 Reporter:  mgood    |        Owner:  cboos   
     Type:  defect   |       Status:  assigned
 Priority:  high     |    Milestone:  0.9     
Component:  general  |      Version:  0.9b1   
 Severity:  normal   |   Resolution:          
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by cboos):

  * priority:  normal => high

Comment:

 That patch also fixes the query: links which start without "?".
 Before, a `Query.from_string` was done on an already escaped string,
 therefore the split on "&" produced an incorrect field name
 (e.g. `query:milestone=1.0&owner=me` was transformed in
 `amp;owner=me&milestone=1.0`).

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2042>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list