Bug 40723

Summary: Wrong and misleading documentation in JDBCAccessLogValve
Product: Tomcat 5 Reporter: uweplonus
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 5.5.9   
Target Milestone: ---   
Hardware: Other   
OS: Windows 2000   

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.