bioinformatics-ua / dicoogle

Dicoogle - Open Source PACS
http://www.dicoogle.com/
GNU General Public License v3.0
444 stars 131 forks source link

Rearrange plugin service endpoints #123

Open Enet4 opened 8 years ago

Enet4 commented 8 years ago

Servlet based web services in plugins are served from the root, whereas Restlet server resources are served in /ext/. This is a bit too incoherent to maintain, we should either serve everything in the root or under the same base (/ext/ or something else).

Enet4 commented 1 month ago

Moving restlet resource based services out of /ext/ would be nice to have, but since we also have lots of API consumers expecting this base URL, we may need to include a way to keep this behavior via server settings.