GsDevKit / gsApplicationTools

This repository includes scripts and code that allow a more convenient setup of a Gemstone server application
MIT License
2 stars 2 forks source link

How can we avoid recording empty HTTP requests to object log as errors? #36

Open dalehenrich opened 7 years ago

dalehenrich commented 7 years ago

See GsDevKit/GsDevKit_home#169 and GsDevKit/zinc#83 for a suggested patch to ZnUnknownHttpMethod>>signal.

This patch is working around the issue that gsApplicationTools logs all zinc errors to the object log, and these empty methods errors are pretty common ...

Perhaps the gsApplicationTools implementation should filter out these empty request strings before they ever get the ZnServer