Open Bug 1139414 Opened 11 years ago Updated 6 years ago

Replace Bugzilla::Util::url_quote() by URI::Escape::uri_escape_utf8()

Categories

(Bugzilla :: Bugzilla-General, enhancement)

enhancement
Not set
normal

Tracking

()

People

(Reporter: LpSolit, Unassigned)

References

Details

Since Bugzilla 3.4, the URI module is a required module. So we no longer need our own Bugzilla::Util::url_quote() subroutine which is simply a clone of URI::Escape::uri_escape_utf8(). You use it as follow: use URI::Escape; my $escaped_string = uri_escape_utf8($string); URI 1.55 and newer follows RFC 3986 by default, which is what we want, see bug 970283.
Whiteboard: [good first bug]
I would like to work on this as my first bug. I was trying to search for the call sites of the function in question using Mozilla Cross reference but could not find any results. Could someone please provide some pointers on how to begin?
Flags: needinfo?(LpSolit)
Flags: needinfo?(LpSolit)
Can I work on this bug or somebody already doing it?
Flags: needinfo?(LpSolit)
"Assigned To" says "Nobody", hence working on this task is welcome :)
Flags: needinfo?(LpSolit)
Hello Andre, any tips to help me get started? I am newbie so I would appreciate it. Thanks.
@Akshay: Sure, happy to help! Do you have a specific question? :) (Also see http://catb.org/~esr/faqs/smart-questions.html#explicit - thanks!)
Is this bug solved or i can work on this?

Removing good-first-bug keyword because team does not have bandwidth to mentor at the moment.

Keywords: good-first-bug
Whiteboard: [good first bug]
You need to log in before you can comment on or make changes to this bug.