Added support for secured channels and SecurityContext propagation within messages (INT-117).

This commit is contained in:
Mark Fisher
2008-06-06 00:05:07 +00:00
parent 0300168c82
commit 352a3f6c29
24 changed files with 1461 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
log4j.rootCategory=WARN, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%c{1}: %m%n
log4j.category.org.springframework.integration.security=DEBUG
log4j.category.org.springframework.integration=INFO