[Webkit-unassigned] [Bug 55129] is this a bug?
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 24 17:58:44 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55129
zywu <elephoenix at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
--- Comment #2 from zywu <elephoenix at gmail.com> 2011-02-24 17:58:45 PST ---
Hi alexy,
THanks for your reply.
I know the purpose of this line,
but the question is
equalIgnoringCase(request.httpMethod(), "post") will return true is the request.httpMethod() is equal to "post". otherwise is it will return false.
if we want "post" method special handled.
then I think
!equalIgnoringCase(request.httpMethod(), "post")
should change to
equalIgnoringCase(request.httpMethod(), "post")
am i missing anything?
Thanks again.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list