Author: astitcher Date: Wed Nov 30 23:30:29 2011 New Revision: 1208879 URL: http://svn.apache.org/viewvc?rev=1208879&view=rev Log: QPID-3654: ANONYMOUS SASL mechanism does not work on Java client Added a CallbackHandler for the ANONYMOUS mechanism (even though it should never be called) - This is necessary because the client uses the map of callback handlers to construct the list of available mechanisms.
Modified: qpid/branches/0.14/qpid/java/client/src/main/java/org/apache/qpid/client/security/CallbackHandlerRegistry.properties Modified: qpid/branches/0.14/qpid/java/client/src/main/java/org/apache/qpid/client/security/CallbackHandlerRegistry.properties URL: http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/java/client/src/main/java/org/apache/qpid/client/security/CallbackHandlerRegistry.properties?rev=1208879&r1=1208878&r2=1208879&view=diff ============================================================================== --- qpid/branches/0.14/qpid/java/client/src/main/java/org/apache/qpid/client/security/CallbackHandlerRegistry.properties (original) +++ qpid/branches/0.14/qpid/java/client/src/main/java/org/apache/qpid/client/security/CallbackHandlerRegistry.properties Wed Nov 30 23:30:29 2011 @@ -6,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -30,3 +30,4 @@ CRAM-MD5-HASHED.3=org.apache.qpid.client CRAM-MD5.4=org.apache.qpid.client.security.UsernamePasswordCallbackHandler AMQPLAIN.5=org.apache.qpid.client.security.UsernamePasswordCallbackHandler PLAIN.6=org.apache.qpid.client.security.UsernamePasswordCallbackHandler +ANONYMOUS.7=org.apache.qpid.client.security.UsernamePasswordCallbackHandler --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org