Oops ... wrong direction ... apply with -R

cheers
tobi

Today Tobias Oetiker wrote:

> Evening,
>
> I just spent some quality time with the qooxdoo perl bindings, to
> figure why they only work with ff3 when cross-site was enabled and
> found that the following patch is necessary:
>
> --- source/perl/Qooxdoo/JSONRPC.pm      2008-09-21 20:07:03.000000000 +0200
> +++ /usr/pack/qooxdoo-0.8svn-to/backend/perl/trunk/Qooxdoo/JSONRPC.pm   
> 2008-08-10 16:13:58.000000000 +0200
> @@ -105,7 +103,7 @@
>          print STDERR "POST Content type is '$content_type'\n"
>              if $Qooxdoo::JSONRPC::debug;
>
> -        if ($content_type =~ m{application/json})
> +        if ($content_type eq 'application/json')
>          {
>              $input = $cgi->param('POSTDATA');
>          }
>
> Since the accual content type is 'application/json; charset=UTF-8'
>
> I am wondering, is anyone takeing care of the perl bindings ? since
> my last patch post to the mailinglist went unanswered.
>
> cheers
> tobi
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 775 9902 / sb: -9900

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to