Klaus
Klaus
Work in progress ... happy for any hints and comments Open Questions: - ICAP-mode: only for squid as frontend or are there other use cases ?? - local files: why?...
we are sending all logs from our systems to a central logging platform (GrayLog / Elasticsearch) it would be nice to send the access/request/dstats logs directly to our log server....
.NET 4.7.1 and v1.3.4 .NET Core 3.0 and v.2.0.1 **Steps to Reproduce**: [ApexTest](https://gist.github.com/KDGundermann/85c63dffb5f018ac191cd09cf59e4197) **Expected Behavior**: Serialize and Deserialize two objects **Actual Behavior**: Runtime Error: System.InvalidOperationException: in CheckSize I've tried to...
When updating an object in MS Dynamics NAV you will receive an error message: Could not validate the client concurrency token required by the service. Please provide a valid token...
When updating an object in MS Dynamics NAV you will receive an error message: ``` HTTP/1.1 400 Bad request An error occurred while processing this request. ``` ruby_odata inserts an...
Fix for #71
We have a OData Webservice (Microsoft Dynamics Nav) which requires IDs as string: NavService.Customer.filter("No eq '10000'") or short: NavService.Customer("10000") but currently all IDs will be converted to integers