Updated samples.

This commit is contained in:
Arjen Poutsma
2006-11-17 00:54:28 +00:00
parent 4ce1b53300
commit 38b567bcb2
3 changed files with 3 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ public class SoapMessageDispatcher extends MessageDispatcher {
String[] roles = getRoles(mappedEndpoint, soapRequest.getVersion());
if (logger.isDebugEnabled()) {
logger.debug("Handling MustUnderstand headers for actors/roles [" +
StringUtils.arrayToCommaDelimitedString(roles));
StringUtils.arrayToCommaDelimitedString(roles) + "]");
}
for (int i = 0; i < roles.length; i++) {
if (!handleRequestForRole(mappedEndpoint, messageContext, roles[i])) {