rabbitmq / rabbitmq-auth-backend-http

HTTP-based authorisation and authentication for RabbitMQ
Other
199 stars 72 forks source link

Remove dependency on mochiweb in master #19

Closed essen closed 7 years ago

essen commented 8 years ago

This plugin depends on mochiweb because of a single function: mochiweb_util:quote_plus/1. In 3.7.0 we are moving away from Webmachine/Mochiweb so this extra dependency is unnecessary and should be removed.

essen commented 8 years ago

Also needs to be done on stable once rabbitmq-management-236 is merged.

michaelklishin commented 7 years ago

@essen is this still relevant? should we try to get it into 3.7.0?

michaelklishin commented 7 years ago

I don't see any Mochiweb dependencies (probably since https://github.com/rabbitmq/rabbitmq-management/issues/236) in this repo any more. @essen please reopen if I have missed something.