Re: Maven and Wonder
Re: Maven and Wonder
- Subject: Re: Maven and Wonder
- From: Hugi Thordarson via Webobjects-dev <email@hidden>
- Date: Wed, 16 Sep 2020 08:52:17 +0000
Nice!
> On 16 Sep 2020, at 05:03, Paul Hoadley <email@hidden> wrote:
>
> Just for the archives...
>
> On 6 Feb 2019, at 04:53, Hugi Thordarson <email@hidden
> <mailto:email@hidden>> wrote:
>
>> Regarding (1), you probably need to include JarResourceRequestHandler
>> ((https://gist.github.com/hprange/1068523
>> <https://gist.github.com/hprange/1068523>) in your project and activate it
>> in your Application constructor:
>>
>> if (isDirectConnectEnabled()) {
>> registerRequestHandler(new JarResourceRequestHandler(), "wr");
>> }
>>
>> And as you mention, this should probably have been included in Wonder some
>> way a while backā¦
>
> It only took me 19 months to realise it, but Markus's #901 here:
>
> https://github.com/wocommunity/wonder/pull/901/
> <https://github.com/wocommunity/wonder/pull/901/>
>
> fixes ERXStaticResourceRequestHandler so that JarResourceRequestHandler is no
> longer required. Nice work Markus!
>
>
> --
> Paul Hoadley
> https://logicsquad.net/ <https://logicsquad.net/>
> https://www.linkedin.com/company/logic-squad/
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden