Re: How to log the client ip address?

2023-08-15 Thread Joachim Neubert
Thank you Andy, I was not aware of this option. It works as described. However, it provides no information additional to the apache logs (apache works in front of fuseki as reverse proxy). The content of POST request (with the actual query) is not present in either log lines. Relating the

Re: How to log the client ip address?

2023-08-15 Thread Andy Seaborne
If you turn on the NCSA logging, there is a standard format logging line output. In the provided log4j2.properties, it is switched off by default: logger.fuseki-request.level = OFF so comment out that line and a NCSA log line is generated which include X-Forwarded-For. You

Re: RSIterator deprecation

2023-08-15 Thread Andy Seaborne
On 14/08/2023 19:46, Andrii Berezovskyi wrote: Hello, I just noticed that .listReifiedStatements() ReifiedStatement, and RSIterator, which we use [1], That's quite a long method! What is reification used for in Lyo? Do quoted triples provide the same capability? have been deprecated in

JSON-LD framing

2023-08-15 Thread Andy Seaborne
Jena uses jsonld-java for JSON-LD 1.0 and titanium-json-ld for JSON-LD 1.1 Rob describes the framing support for passing information to jsonld-java for JSON-LD 1.0. At Jena5, support for JSON-LD 1.0 is planned for removal. The jsonld-java project does not appear to be active. The project

How to log the client ip address?

2023-08-15 Thread Joachim Neubert
Hi everybody, is there a way to log the client ip address (in my case, particularly theĀ  X-Forwarded-For as delivered by the proxy) in the fuseki log file? Cheers, Joachim -- Joachim Neubert ZBW - Leibniz Information Centre for Economics Neuer Jungfernstieg 21 22354 Hamburg, Germany