Changed debugging info in the class. If debug > -1 then it logs the session
charset. If you compare it with eg the request charset the charset is only
logged when debug > 0, so this is more conistent

Mvgr,

Martin

Index: DecodeInterceptor.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/DecodeInterceptor.java,v
retrieving revision 1.7
diff -r1.7 DecodeInterceptor.java
440c440
<                   if( debug>-1 && charset!=null )
---
>                   if( debug>0  && charset!=null )

Reply via email to