DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14394>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14394

Excessive exceptions log under security manager

           Summary: Excessive exceptions log under security manager
           Product: Commons
           Version: 1.5 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Bean Utilities
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm currently forced to use BeanUtils/Struts under the J2EE-RI server, which by
default has much a stricter security policy than Tomcat etc. To my surprise,
this resulted in an initial 400+kB of logs generated, filled with
AccessControlExceptions including stack traces, and always the same. Apparently
during Struts parsing it's config file using Digester, and thus BeanUtils.

However, the problem does *not* at all hurt the functionality of the
application. IMHO, the exception should just be logged once (on first
encounter). There could be a static boolean variable to indicated the situation
for further invocations.

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to