Re: CSS resources using url(...) syntax under Direct Connect

2011-05-29 Thread Paul Hoadley
On 29/05/2011, at 6:25 PM, Paul Hoadley wrote: > I've hit an issue that seems to be the one described at this point in a long > thread about the improved Wonder JavaMonitor: > > http://osdir.com/ml/webobjects-dev/2010-11/msg00717.html > > I'm running an app from the command line, and accessing

Re: Hashcode/ETag for EOs

2011-05-29 Thread Pascal Robert
Le 2011-05-29 à 14:51, Farrukh Ijaz a écrit : > Hi Pascal, > > On 2011-05-29, at 9:20 PM, Pascal Robert wrote: > >> I did : >> >> ERXRouteResults results = (ERXRouteResults)response(someEntity, filter); >> String etagHash = >> ERXCrypto.sha256Encode(results.responseNode().toString(results

Re: Hashcode/ETag for EOs

2011-05-29 Thread Farrukh Ijaz
Hi Pascal, On 2011-05-29, at 9:20 PM, Pascal Robert wrote: > I did : > >ERXRouteResults results = (ERXRouteResults)response(someEntity, filter); >String etagHash = > ERXCrypto.sha256Encode(results.responseNode().toString(results.format(), > this.restContext())); IMO, this is an expens

Re: Hashcode/ETag for EOs

2011-05-29 Thread Pascal Robert
I did : ERXRouteResults results = (ERXRouteResults)response(someEntity, filter); String etagHash = ERXCrypto.sha256Encode(results.responseNode().toString(results.format(), this.restContext())); > there's not a direct simple way to do it ... probably grab the snapshot off > the EO and c

CSS resources using url(...) syntax under Direct Connect

2011-05-29 Thread Paul Hoadley
Hello, I've hit an issue that seems to be the one described at this point in a long thread about the improved Wonder JavaMonitor: http://osdir.com/ml/webobjects-dev/2010-11/msg00717.html I'm running an app from the command line, and accessing it via Direct Connect. (I'll explain this weird be