Bug 40723 - Wrong and misleading documentation in JDBCAccessLogValve
Summary: Wrong and misleading documentation in JDBCAccessLogValve
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.9
Hardware: Other Windows 2000
: P4 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 02:50 UTC by uweplonus
Modified: 2006-10-17 19:38 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description uweplonus 2006-10-11 02:50:26 UTC
In the class JDBCAccessLogValve is an example for an table to hold access log 
values. In this table is a column ts which is defined as not null. This will 
only work on MySQL, because this value is never written by the Valve and other 
databases will complain about a column which is not filled with a value.
Comment 1 Mark Thomas 2006-10-17 19:38:04 UTC
Javadoc corrected in SVN. The change will be in 5.5.21 onwards. Thanks for the
report.