afs commented on issue #1668: URL: https://github.com/apache/jena/issues/1668#issuecomment-1348151513
The proposed change looks good. It should just chop of the query string and avoid "Path" because Path is specific to filesystems. It happens to work quite well on "http:" URLs in most configurations. To keep the code safe and general, just truncate at `?`. The first `?` in a URI must be the start of the query string. -- 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]
