Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3249

Remove incomplete support for authentication at virtualhost level

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.10
    • 0.11
    • Broker-J
    • None

    Description

      In addition to the principal db specified at the broker level, VirtualHostImpl tries to support authentication at virtualhost level. This concept is flawed as in Qpid, username and password must be considered, before virtual host.

      i.e.

      <virtualhost>
       <name>localhost</name>
       <localhost>
      ....
         <security>
           <!-- Would need protocol changes to allow this-->
           <authentication>
             <name>passwordfile</name>
             <!-- Currently this can't be used as Vhost isn't specified at connection start only connection open -->
             <mechanism>PLAIN</mechanism>
           </authentication>
      .....
      
      

      The redundant implementation in VirtualHostImpl should be removed.

      Attachments

        Activity

          People

            robbie Robbie Gemmell
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: