Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Remove use of old password format

  • Replace Line line '<class>org.apache.qpid.server.security.auth.database.PlainPasswordVHostFilePrincipalDatabase</class>'
  • With '<class>org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase</class>'
  • Change format of the referenced password file '<value>$${conf}/passwdVhost</value>passwdVhost' to be username:password
  • Rename file on disk '${conf}/passwdVhost' to '${conf}/passwd'
  • Replace config line '<value>${conf}/passwdVhost</value>' with '<value>${conf}/passwd</value>'

2. Update package of AllowAll

...