cryptomator / webdav-nio-adapter

Jackrabbit-based servlets running on embedded Jetty to serve a directory specified by a java.nio.file.Path
GNU Affero General Public License v3.0
12 stars 8 forks source link

Can not rebind socket #22

Closed overheadhunter closed 5 years ago

overheadhunter commented 5 years ago

Once the server is started, it is no longer possible to bind the server to a different address or port, because the ExecutorService can not be restarted. This is a regression probably caused by updating the jetty dependency.

overheadhunter commented 5 years ago

Fixed in e3ea0a3