afs commented on issue #1993:
URL: https://github.com/apache/jena/issues/1993#issuecomment-1682482525

   Were you getting IllegalArgumentException? If not, then maybe the code isn't 
called.
   
   You can use 
`addPrefix("https://my-neptune-cluster.neptune.amazonaws.com:8182/";)` -- ends 
in "/" and applies to any URL at that host over https.
   
   The registry is system-wide.
   
   To test, use:
   
   ```
                   HttpRequestModifier modifier = (params, headers) -> {
                       System.err.println("CALLED");
                       };
                   RegistryRequestModifier.get().add(....., modifier);
   ```
   
   and see what client-side output your get.
   
   After that, please provide a complete, minimal example. It does not have to 
be "amazonaws.com".


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to