Hi there

I've just tried out JServSSI and it looks great. I found a minor bug in 
the parsing of traditional SSI commands though. If I do a
        <!--#config timefmt="%y%m%d" -->
the month (%m) is only diplayed with one digit instead of two, ie 99706 
instead of 990706. The bug is at line 116 in 
org.apache.servlet.ssi.ConfigTagHandler. The line should read:
        translate.put("m","MM");
instead of
        translate.put("m","M");
_______________
Dennis Lundberg
M�lardalen University



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to