rvesse commented on issue #628: JENA-1776: Set Content-Length when sending a graph or dataset URL: https://github.com/apache/jena/pull/628#issuecomment-552360449 Reading the wider context of the code it looks like the new code path replaces the old code path and the only way to use the old code path would be to extend the class and override the relevant method to call the old method. Except that you can't do that because some/all of the methods are `private`, can we make them all `protected` to leave users the option to customise behaviour if they need to?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
