[slf4j-dev] [Bug 130] New: ArrayIndexOutOfBounds exception if 5 arguments specified on entry method

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Mar 20 07:20:10 CET 2009


http://bugzilla.slf4j.org/show_bug.cgi?id=130

           Summary: ArrayIndexOutOfBounds exception if 5 arguments specified
                    on entry method
           Product: SLF4J
           Version: 1.5.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Unspecified
        AssignedTo: dev at slf4j.org
        ReportedBy: rgoers at apache.org


XLogger.entry() gets an ArrayIndexOutOfBounds exception if 5 arguments are
specified. The method needs if (argArray.length <= ENTRY_MESSAGE_ARRAY_LEN)
changed to if (argArray.length < ENTRY_MESSAGE_ARRAY_LEN)


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the slf4j-dev mailing list