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

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
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 th