Bug 32714 - AccessLogValve cannot be extended as it is final
Summary: AccessLogValve cannot be extended as it is final
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.0.16
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 06:06 UTC by James Manger
Modified: 2004-12-23 15:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Manger 2004-12-15 06:06:33 UTC
Writing your own class that extends org.apache.catalina.valves.AccessLogValve
would be the easiest way to enhance the access logs (to exclude sensitive
information in selected URLs from the logs for instance).  However
AccessLogValve is marked "final" so it cannot be extended.

Is there a good reason to make this class final?
Comment 1 Tim Funk 2004-12-24 00:58:39 UTC
Fix for next 5.5 release