[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-3792) Invocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke

Francisco Jose Peredo Noguez (JIRA) jira-events at lists.jboss.org
Thu Dec 4 20:34:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francisco Jose Peredo Noguez updated JBSEAM-3792:
-------------------------------------------------

    Description: 
nvocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke(Object, Method, Object[]):

if (target == null)
      {
         throw new IllegalStateException("Proxied session does not implement method " + method.getName() +
               " with args [" + args + "]");
      }
      
      if (log.isTraceEnabled())
      {
         log.trace("Delegating method " + method.getName() + " with args " + args);
      }

args will not be logged (or thrown) as something nice to read.

  was:
nvocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke(Object, Method, Object[]):

iif (target == null)
      {
         throw new IllegalStateException("Proxied session does not implement method " + method.getName() +
               " with args [" + args + "]");
      }
      
      if (log.isTraceEnabled())
      {
         log.trace("Delegating method " + method.getName() + " with args " + args);
      }

args will not be logged as something nice to read.



> Invocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke
> ----------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-3792
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3792
>             Project: Seam
>          Issue Type: Bug
>            Reporter: Francisco Jose Peredo Noguez
>
> nvocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke(Object, Method, Object[]):
> if (target == null)
>       {
>          throw new IllegalStateException("Proxied session does not implement method " + method.getName() +
>                " with args [" + args + "]");
>       }
>       
>       if (log.isTraceEnabled())
>       {
>          log.trace("Delegating method " + method.getName() + " with args " + args);
>       }
> args will not be logged (or thrown) as something nice to read.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list