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]
[JServSSI] minor bug in ConfigTagHandler
Dennis Lundberg E-mail [EMAIL PROTECTED] Thu, 22 Jul 1999 12:17:26 -0700
