Enable trace level logging of the security layer in conf/log4j.xml:

  |    <appender name="App1Log" class="org.apache.log4j.FileAppender">
  |       <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
  |       <param name="Append" value="false"/>
  |       <param name="File" value="${jboss.server.home.dir}/log/app1.log"/>
  |       <layout class="org.apache.log4j.PatternLayout">
  |          <!-- Add %t to see the thread -->
  |          <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p 
[%c{1},%t] %m%n"/>
  |       </layout>
  |    </appender>
  | ...
  | 
  |    <!-- Enable trace level logging -->
  |    <category name="org.jboss.security">
  |       <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  |    </category>
  | 

and show the behavior around the null subject.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918278#3918278

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918278


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to