Between rc4 and rc5 the plugin dependency exception message changed.
from
Plugin --deps1 missing dependency --deps2 in connection: http://localhost:0
to
Plugin --deps1 missing dependency --deps2 in connection: localhost:0
Notice the removal of http://
Not a big deal, and if it was intentional, then I'll go ahead and update the test code in glue which was expecting the http:// although that test code should be part of hapi not glue.