jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Make the core ResourceService a bit more reusable for subclasses

Open garydgregory opened this issue 1 year ago • 7 comments
trafficstars

Make the core ResourceService a bit more reusable for subclasses

  • The goal is to allow a subclass to look at incoming Request and HttpContent objects and customize processing
  • Refactor sendDirectory() to call a new getSendDirectoryResource() method
  • Make sendData() protected

garydgregory avatar Sep 17 '24 23:09 garydgregory