| Title | Page Date format needs to include milliseconds |
| Date | 10-Jan-2006 20:54:52 EET |
| Version | 2.2.33 |
| Submitter | 65.107.19.17 |
| Bug criticality | NotABug |
| Browser version | Mozilla Firefox |
| Bug status | NotABug |
| PageProvider used | |
| Servlet Container | Tomcat 5.5.12 |
| Operating System | Windows XP |
| URL | |
| Java version | JDK 1.5_05 |
In PageDateTag.java, the DEFAULT_FORMAT needs to include the milliseconds like this:
public static final String DEFAULT_FORMAT = "dd-MMM-yyyy HH:mm:ss:SSS zzz";
Without those milliseconds, we cannot programmatically edit a wiki page because the page modified dates do not match.
Not a bug. You need to do a GET of the Edit.jsp page first to receive the page modification date in the "edittime" parameter. If you want to do a GET to a Wiki.jsp page, and assume some specifics about its layout, then you should make your own template.