knocte | 26 Sep 2005 01:18
Picon
Gravatar

Re: Next problem with Mono (was Re: Small fix in Friendbook example)

jim moore wrote:
> looks as if they already fixed it...
>
> --jim 
>
>
>   
Nope, it has been resolved as duplicate of another bug that is still 
NEW, not fixed :(

    Regards,

       Andrew

--

-- 

-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
knocte | 12 Oct 2005 16:31
Picon
Gravatar

Re: Next problem with Mono (was Re: Small fix in Friendbook example)

knocte escribió:
> jim moore wrote:
>> looks as if they already fixed it...
>>
>> --jim
>>
>>   
> Nope, it has been resolved as duplicate of another bug that is still 
> NEW, not fixed :(
>
>    Regards,
>
>       Andrew
>

Well, now it has been fixed and the fix has been released with Mono 
1.1.9.2. I can state that my small web-application, made with 
Maverick.NET, is working perfectly with this version of Mono 
(+LinuxSUSE9.3+Apache2). I think it would be nice to put information 
about this fact on the Mavnet website.

If you need, along with this information, some documentation, I think 
the only needed is this:

- No need to configure apache to handle ".m" extension, because this 
statement in Web.config is enough:

  <httpHandlers>
    <add verb="*" path="*.m" type="Maverick.Dispatcher, Maverick" />
  </httpHandlers>
(Continue reading)


Gmane