- 26 Apr, 2017 1 commit
-
-
Guus der Kinderen authored
Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments. These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
-
- 04 Jan, 2017 1 commit
-
-
daryl herzmann authored
-
- 12 Oct, 2016 1 commit
-
-
Johan Forsell authored
-
- 15 Feb, 2016 1 commit
-
-
Guus der Kinderen authored
In dom4j, the default namespace of an element cannot be set by adding a namespace that has an empty-string prefix. Although the string representation of the element will be correct, that namespace is not being recognized as the default namespace of the element (instead, it is a namespace like any other prefixed namespace, to be used in child elements).
-
- 09 Feb, 2016 1 commit
-
-
Chung authored
In the current read scheme for Openfire, it is possible that due to variable width encoding that we sometimes only create a string with a partial character. This breaks the message text and causes encoding issues when read. This change modifies the way the characters are read to use an bytearrayoutputstream and only do the string conversion once. Since we only do the string creation once after the full buffer is read, we no longer have encoding issues with broken unicode characters.
-
- 04 Dec, 2015 1 commit
-
-
Christian Schudt authored
This exception caused serious trouble, e.g.: - Clients got an invalid/incomplete packet, which breaks them. - Openfire logged related exceptions like org.jivesoftware.openfire.http.HttpConnectionClosedException: The http connection is no longer available to deliver content It was caused by calling complete() although the previous write() has not completed (due to its async nature). I also restructured that the Content-Length header is only set once. Fixes OF-989. See also https://community.igniterealtime.org/thread/57622
-
- 09 Nov, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
-
- 30 Oct, 2015 1 commit
-
-
Christian Schudt authored
This is a followup for fcf665a9.
-
- 29 Oct, 2015 1 commit
-
-
Christian Schudt authored
- Use String.getBytes(Charset) instead of String.getBytes(String) - Use new String(byte[], Charset) instead of new String(byte[], String) -> Get rid of UnsupportedEncodingException. -> Less try-catch blocks.
-
- 19 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 29 Apr, 2015 1 commit
-
-
Tom Evans authored
Fixes the alternate (synchronous) write to the HTTP response output stream.
-
- 28 Apr, 2015 1 commit
-
-
Tom Evans authored
Per spec, the ack attribute in the response <body/> allows a BOSH client to verify that sent stanzas with the corresponding rid(s) have been successfully received by the server.
-
- 25 Apr, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 20 Mar, 2015 5 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 06 Mar, 2015 4 commits
-
-
Guus der Kinderen authored
When the invocation of the #onTimeout method of a AsyncListener does not result in a 'complete()', then the servlet container falls back to default processing. This causes an async response that was started in that method to fail.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 26 Jan, 2015 1 commit
-
-
Tom Evans authored
- Removed non-functional stream-based compression in favor of HTTP transport compression (per spec http://xmpp.org/extensions/xep-0206.html#create). - Prevent runaway session initiation storms (via strophe) by returning a 400 HTTP error if a client attempts to deliver stanza(s) without a valid sid (per spec http://xmpp.org/extensions/xep-0124.html#session-request). - Use maxRequests to determine how many pending stanzas to preserve while enabling delivery via multiple BOSH connections (per spec http://xmpp.org/extensions/xep-0124.html#rids-broken)
-
- 11 Jan, 2015 1 commit
-
-
Tom Evans authored
This patch fixes several NullPointerExceptions that were observed in an cluster when running under high load and latency, including related issues in the BOSH connector and hazelcast plugin. Some related logging improvements are also included. Some of the NPEs were generated during the startup phase before the server was fully initialized. These have been corrected by checking appropriate "ready state" indicators. In general, sessions hosted in remote cluster nodes that cannot be addressed due to timeouts during remote task execution should be considered temporarily "unavailable" to the cluster member that initiated the call.
-
- 17 Apr, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13615 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 15 Mar, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13556 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Oct, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13323 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Aug, 2012 4 commits
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13276 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13274 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13273 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13272 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 21 May, 2012 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13075 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Oct, 2010 1 commit
-
-
Ben Vinson authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11929 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Jan, 2010 1 commit
-
-
Günther Niess authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11546 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Nov, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11388 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2009 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11291 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 17 Nov, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10900 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Jul, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10708 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Jul, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10702 b35dd754-fafc-0310-a699-88a17e54d16e
-