Issues
- XmppDateTimeFormat is unable to parse date StringsOF-646Resolved issue: OF-646Florian Schmaus
- Support RFC 6120, 6121, 6122OF-642Resolved issue: OF-642Florian Schmaus
- Monitoring plugin shows not translated string in the menus of Admin ConsoleOF-641Resolved issue: OF-641Leon Roy
- log4j doesn't pick up ${openfireHome}OF-640Resolved issue: OF-640Daryl Herzmann
- server does not send presence to selfOF-639Resolved issue: OF-639Guus der Kinderen
- Add support for XEP-0202: Entity TimeOF-638Resolved issue: OF-638Guus der Kinderen
- CKR_DOMAIN_PARAMS_INVALID exception when creating SSL connection and using openjdkOF-636Resolved issue: OF-636
- Current OfflineMessageStore logic discards valid MUC invitesOF-633Resolved issue: OF-633Guus der Kinderen
- Update rpm bundled JRE 1.6u41OF-627Resolved issue: OF-627Daryl Herzmann
- Illegal JID when configuring a created MUC roomOF-624Resolved issue: OF-624Guus der Kinderen
- PubsubPersistenceManager does not load nodes properly if the hierarchy has more than two levels.OF-623Resolved issue: OF-623Robin Collier
- JustMarried plugin throws NullPointerExceptionOF-621Resolved issue: OF-621Guus der Kinderen
- JustMarried plugin library has Java-6 codeOF-620Resolved issue: OF-620Guus der Kinderen
- GoJara plugin library has Java-6 codeOF-619Resolved issue: OF-619Holger Bergunde
- Error in Admin console, MUCOF-618Resolved issue: OF-618Guus der Kinderen
- Fastpath plugin fails to buildOF-617Resolved issue: OF-617Guus der Kinderen
- Can't see newly created groups in Admin Console after the upgrade to 3.8.0OF-616Resolved issue: OF-616Guus der Kinderen
- Improve Robustness of loading MUC service at startupOF-615Resolved issue: OF-615Guus der Kinderen
- RPM build failure withOF-613Resolved issue: OF-613Daryl Herzmann
- Upgrade bundled JRE to last version...OF-612Resolved issue: OF-612Daryl Herzmann
- Monitoring plugin 1.3.0 is not updating IDs of older archived messagesOF-611Resolved issue: OF-611
- Restore shared group support for read-only GroupProviders (LDAP)OF-610Resolved issue: OF-610Tom Evans
- Use Joda Time for date/time parsingOF-609Resolved issue: OF-609
- Hazelcast clustering plugin improvementsOF-602Resolved issue: OF-602Tom Evans
- PluginServlet.java_support_registering_servlets_programmatically.patchOF-594Resolved issue: OF-594Tom Evans
- LocaleUtils.java_dots_ to_underscores_i18n _bundlesOF-593Resolved issue: OF-593Dave Cridland
- build.xml_chmod_executables.patchOF-592Resolved issue: OF-592Daryl Herzmann
- NullPointer exception thrown when deleting rooms via the WebinterfaceOF-591Resolved issue: OF-591Tom Evans
- Console error in session view when a cluster member goes offlineOF-590Resolved issue: OF-590Tom Evans
- Compile clustering plugin with Oracle Coherence 3.4.2OF-503Resolved issue: OF-503Guus der Kinderen
- Create an option to expire offline messagesOF-487Resolved issue: OF-487Guus der Kinderen
- 2 offline messages are being dropped when sent similtaneously from the same sender to the same recipientOF-486Resolved issue: OF-486
- Automatic sending of invites when room's owner joins a members-only roomOF-478Resolved issue: OF-478
- OpenFire still provides entry forms for already-registered room usersOF-474Resolved issue: OF-474csh
- Spark can't start and upgrade via Client ControlOF-463Resolved issue: OF-463
- Debug log is not saving its state between restartsOF-460Resolved issue: OF-460Tom Evans
- Error in Security Audit Log Viewer with DB2 backendOF-437Resolved issue: OF-437
- Choose default voice for moderated roomsOF-432Resolved issue: OF-432Dave Cridland
- BOSH too picky about content-type with requestsOF-410Resolved issue: OF-410Guus der Kinderen
- PacketFilter without rules blocks everythingOF-407Resolved issue: OF-407Guus der Kinderen
- Do not deliver offline messages to clients with negative priorityOF-397Resolved issue: OF-397csh
- Bad-namespace prefix is actually invalid-namespace?OF-183Resolved issue: OF-183Guus der Kinderen
- fix RosterItemProvider.getItems() for OracleOF-163Resolved issue: OF-163Daryl Herzmann
- Openfire sends back Flash policy-request response ONLY for port 5222OF-139Resolved issue: OF-139Guus der Kinderen
- Add a text explaining the path used for http-bindingOF-116Resolved issue: OF-116Daryl Herzmann
- Clearing cache can lock up MUCOF-114Resolved issue: OF-114Tom Evans
- Openfires admin gui allows to enter long group names while the database supports only 50 characters.OF-113Resolved issue: OF-113Guus der Kinderen
- Admin Console is adding BR tags when editing system property containing string with newlinesOF-108Resolved issue: OF-108Tom Evans
- [MUC] Allow nicknames to be used more than once in the same roomOF-103Resolved issue: OF-103Tom Evans
- Add "Groups user belongs to" column to the User Summary pageOF-69Resolved issue: OF-69Roman
50 of 53
XmppDateTimeFormat is unable to parse date Strings
Fixed
Description
Environment
None
is duplicated by
Details
Assignee
Florian SchmausFlorian SchmausReporter
Leon RoyLeon RoyLabels
Components
Fix versions
Priority
Major
Details
Details
Assignee
Florian Schmaus
Florian SchmausReporter
Leon Roy
Leon RoyLabels
Components
Fix versions
Priority
Created March 5, 2013 at 5:08 PM
Updated March 20, 2013 at 12:31 PM
Resolved March 20, 2013 at 10:45 AM
Activity
Show:
Leon RoyMarch 18, 2013 at 3:58 PM
Thanks
Leon RoyMarch 18, 2013 at 3:57 PM
Hi Florian, that indeed seems to resolve the issue. You can close this ticket now.
Robin CollierMarch 7, 2013 at 3:35 PM
It would be useful to take the relevant date parsing tests from StringUtilsTest in Smack and add them to XMPPDateTimeFormatTest. It covers all the cases in the spec and some more besides.
Florian SchmausMarch 5, 2013 at 10:40 PM
@Leon please verify if it fixes the issue.
Sending a packet of the form:
No longer gets parsed to java.util.Date since SVN change 13437.
For some reason when given the above date L119 of XmppDateTimeFormat returns null.
This breaks the monitoring plugin which had its own XmppDateUtil class which worked fine prior to the SVN change.