You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Maxim Korobov (JIRA)" <ji...@apache.org> on 2012/08/08 08:39:09 UTC

[jira] [Created] (THRIFT-1672) MonoTouch (and Mono for Android) compatibility

Maxim Korobov created THRIFT-1672:
-------------------------------------

             Summary: MonoTouch (and Mono for Android) compatibility
                 Key: THRIFT-1672
                 URL: https://issues.apache.org/jira/browse/THRIFT-1672
             Project: Thrift
          Issue Type: Improvement
          Components: C# - Library
            Reporter: Maxim Korobov


I'm trying to use Thrift C# library under MonoTouch. Seems like everything is working from the box.

The only issue is /src/Transport/THttpHandler.cs. Class THttpHandler using System.Web namespace to reach IHttpHandler interface and HttpContext class. Unfortunately, that namespace is not implemented for MonoTouch framework.

Is it possible to implement THttpHandler in other way?

Note that issue in Xamarin's Bugzilla is here: https://bugzilla.xamarin.com/show_bug.cgi?id=6420

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (THRIFT-1672) MonoTouch (and Mono for Android) compatibility

Posted by "Jake Farrell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed THRIFT-1672.
--------------------------------

       Resolution: Not A Problem
    Fix Version/s: 0.9

As mentioned within the Bugzilla ticket linked above this is a mono framework problem and not a specific Thrift issue. If you would like to submit a patch for THttpHandler using something other than System.web please see http://thrift.apache.org/docs/HowToContribute/
                
> MonoTouch (and Mono for Android) compatibility
> ----------------------------------------------
>
>                 Key: THRIFT-1672
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1672
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C# - Library
>            Reporter: Maxim Korobov
>             Fix For: 0.9
>
>
> I'm trying to use Thrift C# library under MonoTouch. Seems like everything is working from the box.
> The only issue is /src/Transport/THttpHandler.cs. Class THttpHandler using System.Web namespace to reach IHttpHandler interface and HttpContext class. Unfortunately, that namespace is not implemented for MonoTouch framework.
> Is it possible to implement THttpHandler in other way?
> Note that issue in Xamarin's Bugzilla is here: https://bugzilla.xamarin.com/show_bug.cgi?id=6420

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira