Re: application awake, kind of request?

2019-01-22 Thread René Bock
Hi, in Your Application class you may override dispatchRequest e.g: public WOResponse dispatchRequest(WORequest aRequest) { log.info(aRequest.method())+ for |"+aRequest.uri()); return super.dispatchRequest(aRequest); } > Am 22.01.2019 um 10:29 schrieb ocs@ocs : > > Hi there, >

application awake, kind of request?

2019-01-22 Thread ocs@ocs
Hi there, is there an API which would allow me to determine the kind of request which caused the R/R loop in my Application.awake? Presumably I can't get the WORequest (for it is not created yet), but e.g., the URL would be quite sufficient for me. I would need to add logs there specific for s