dschmidt commented on PR #3096: URL: https://github.com/apache/tika/pull/3096#issuecomment-5514290526
> We should keep `/config` for literal config... for the sake of network/proxy blocking as an extra security layer. > > How about: > > ``` > PUT /tika/text/preset/render-thumbnails body = document > PUT /rmeta/text/preset/render-thumbnails body = document > PUT /unpack/preset/thumbnail body = document > ``` This is a bit awkward to me to be honest, I would prefer the preset in body or as query param behind ? - not in the url like this, that's pretty inflexible and doesnt work with other params at the same time.. apart from that ... I don't care too much tbh. I just care about the outcome (easy thumbnail access :)) -- 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]
