Re: svn commit: r1372054 - in /httpd/httpd/trunk: CHANGES server/util.c

2012-08-13 Thread Daniel Gruno
On 08/12/2012 03:15 PM, Ruediger Pluem wrote: humbed...@apache.org wrote: Author: humbedooh Date: Sun Aug 12 07:45:55 2012 New Revision: 1372054 URL: http://svn.apache.org/viewvc?rev=1372054view=rev Log: core: Be less strict when checking whether Content-Type is set to

Re: svn commit: r1372054 - in /httpd/httpd/trunk: CHANGES server/util.c

2012-08-13 Thread Nick Kew
On 12 Aug 2012, at 14:15, Ruediger Pluem wrote: ap_strcmp_match seems to be a lot of overhead for just prefix matching a string. How about strncmp(application/x-www-form-urlencoded, ct, 33) Either way, shouldn't it be a case-insensitive match? -- Nick Kew

RE: svn commit: r1372054 - in /httpd/httpd/trunk: CHANGES server/util.c

2012-08-13 Thread Plüm , Rüdiger , Vodafone Group
-Original Message- From: Nick Kew [mailto:n...@webthing.com] Sent: Montag, 13. August 2012 13:11 To: dev@httpd.apache.org Subject: Re: svn commit: r1372054 - in /httpd/httpd/trunk: CHANGES server/util.c On 12 Aug 2012, at 14:15, Ruediger Pluem wrote: ap_strcmp_match seems

Re: svn commit: r1372054 - in /httpd/httpd/trunk: CHANGES server/util.c

2012-08-12 Thread Ruediger Pluem
humbed...@apache.org wrote: Author: humbedooh Date: Sun Aug 12 07:45:55 2012 New Revision: 1372054 URL: http://svn.apache.org/viewvc?rev=1372054view=rev Log: core: Be less strict when checking whether Content-Type is set to application/x-www-form-urlencoded when parsing POST data,