rabbitmq/rabbitmq-auth-backend-http

Remove dependency on mochiweb in master

essen opened this issue · 3 comments

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

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

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

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