Ticket #3078 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Allow fragments in URL passed to add_query_arg

Reported by: mdawaffe Assigned to: mdawaffe
Priority: normal Milestone:
Component: General Version: 2.1
Severity: normal Keywords: has-patch 2nd-opinion
Cc:

Description

If http://example.com/#frag is passed to add_query arg, we end up with http://example.com/#frag?k=v.

Attached patches so that http://example.com/?k=v#frag is the result.

Attachments

3078.diff (0.8 kB) - added by mdawaffe on 08/29/06 22:01:54.

Change History

08/29/06 22:01:54 changed by mdawaffe

  • attachment 3078.diff added.

08/29/06 22:02:47 changed by mdawaffe

  • keywords set to has-patch 2nd-opinion.
  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

08/30/06 01:02:48 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [4123]) Keep the frag at the end. Props mdawaffe. fixes #3078

09/25/06 02:12:37 changed by ryan

(In [4231]) Keep the frag at the end. Props mdawaffe. fixes #3078

09/25/06 04:17:08 changed by foolswisdom

  • milestone changed from 2.1 to 2.0.5.

11/30/06 19:41:51 changed by

  • milestone deleted.

Milestone 2.0.5 deleted