On Wed, Apr 04, 2012 at 12:57:20PM +0200, Cyril Bonté wrote: > Proxy ids are unique whereas names can be used several times in the > configuration. In order to prevent the ambiguity, the HTML form now provides > the backend id instead of its name (the name can still be provided in the POST > data).
BTW about this, a minor comment : the statement above is not exact since a same name can only appear once for a same type in the config. You can't have to similarly named backends, nor a backend and a "listen" sharing the same name. Only a frontend and a backend may use the same name (used to ease conversion from listen to front+back). Cheers, Willy

