RE: Prebuilt binary Apache 2.4 Adaptor

2020-01-10 Thread GILQUIN Pierre via Webobjects-dev
Hi Gino, I was abled to compile a 2.4 module in centos 7.following instructions here: https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux $ git clone https://github.com/wocommunity/wonder.git $ cd wonder/Utilities/Adaptors $ s

More SharedEC woes: relationships into SEC not saved?!?

2020-01-10 Thread OCsite via Webobjects-dev
Hi there, this is weird. My EOs have some relationships into the SharedEC — of course, one-way without an inverse; I understand that relationships to SEC are all right, only those from it outside are forbidden. (Am I wrong perhaps? If those relationships were set up in the database without SEC,

Sorta solved: suspicious sessions and R/R loops created for a CSS font

2020-01-10 Thread OCsite via Webobjects-dev
Hugi, thanks! > On 10 Jan 2020, at 20:19, Hugi Thordarson wrote: > Well, WOStaticResourceRequestHandler doesn't really "create a > request/response loop". A request is is sent to the application, the > application will then look at the URL and determine from that what request > handler should

Prebuilt binary Apache 2.4 Adaptor

2020-01-10 Thread Gino Pacitti via Webobjects-dev
Hi there.. Is there a link out there anywhere for the Apache.conf file and the mod_Webobjects.so apache module? I did an update to a local machine to 2.14.* Apache and now apps are reported as not being found on the server. Any help appreciated Gino __

Re: suspicious sessions and R/R loops created for a CSS font

2020-01-10 Thread Hugi Thordarson via Webobjects-dev
Well, WOStaticResourceRequestHandler doesn't really "create a request/response loop". A request is is sent to the application, the application will then look at the URL and determine from that what request handler should handle the request. That handler then generates a response. In this case WO

Re: suspicious sessions and R/R loops created for a CSS font

2020-01-10 Thread Klaus Berkling via Webobjects-dev
> On Jan 9, 2020, at 10:23 PM, Chuck Hill via Webobjects-dev > wrote: > > Hi OC, > > I am pretty sure it is the relative URLs in font-awesome.min.css. They get > evaluated as relative to the URL of your page not the URL of that CSS. > This reminds me of relative links to images in WO page

Re: suspicious sessions and R/R loops created for a CSS font

2020-01-10 Thread ocs@ocs via Webobjects-dev
P.P.S. > On 10 Jan 2020, at 2:54 PM, ocs@ocs via Webobjects-dev > wrote: > I must admit I can't see even what to try now :-O Got an idea to override and log out requestHandlerForKey, and the results are... interesting. I thought I'll get the ComponentRequestHandler for those bogus requests; I

Re: suspicious sessions and R/R loops created for a CSS font

2020-01-10 Thread ocs@ocs via Webobjects-dev
P.S. Observing ApplicationWillDispatchRequestNotification, in all the cases (i.e., with relative "../fonts...", with absolute "/dms/css..." and even with "http://localhost:56005/dms/css ...") I am always getting the same URIs in the requests, they al

Re: suspicious sessions and R/R loops created for a CSS font

2020-01-10 Thread ocs@ocs via Webobjects-dev
Chuck, thanks! > On 10 Jan 2020, at 7:23 AM, Chuck Hill wrote: > I am pretty sure it is the relative URLs in font-awesome.min.css. They get > evaluated as relative to the URL of your page not the URL of that CSS. That idea occurred to me too, but I think in that case it would not work (would