geirm 01/03/22 08:13:33
Modified: xdocs changes.xml
docs changes.html
Log:
updated
Revision Changes Path
1.5 +5 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changes.xml 2001/03/22 15:57:34 1.4
+++ changes.xml 2001/03/22 16:13:32 1.5
@@ -34,6 +34,11 @@
Fixed nullpointer problem in cache refresh in ResourceManager
(reported by Ilkka Priha) (gmj)
</li>
+ <li>
+ VelocityServlet now respects the 'default.contentType' property again.
+ That must have fallen out during the 'request process' rework in VelServlet.
+ (reported by [EMAIL PROTECTED]) (gmj)
+ </li>
</ul>
</subsection>
1.5 +5 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changes.html 2001/03/22 15:57:45 1.4
+++ changes.html 2001/03/22 16:13:32 1.5
@@ -135,6 +135,11 @@
Fixed nullpointer problem in cache refresh in ResourceManager
(reported by Ilkka Priha) (gmj)
</li>
+ <li>
+ VelocityServlet now respects the 'default.contentType' property again.
+ That must have fallen out during the 'request process' rework in VelServlet.
+ (reported by [EMAIL PROTECTED]) (gmj)
+ </li>
</ul>
</blockquote>
</td></tr>