- 11 Dec, 2015 8 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
OF-973: TLS negotiation failures should come in two flavors.
-
Dave Cridland authored
DefaultUserProvider: Rethrow exception instead of silently logging it.
-
Dave Cridland authored
OF-997 Deny framing to avoid clickjacking
-
Christian Schudt authored
The reason is, that when calling the createUser() method, the caller thinks user creation succeeded, even if it might not. This leads to unexpected behavior. I've experienced that, when trying to create a user with a name of > 100 length: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'name' at row 1 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4230) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4164) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2838) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082) at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1307) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.logicalcobwebs.proxool.ProxyStatement.invoke(ProxyStatement.java:100) at org.logicalcobwebs.proxool.ProxyStatement.intercept(ProxyStatement.java:57) at com.mysql.jdbc.Statement$$EnhancerByProxool$$cb3cdf02.execute(<generated>) at org.jivesoftware.openfire.user.DefaultUserProvider.createUser(DefaultUserProvider.java:164)
-
Dave Cridland authored
-
Dave Cridland authored
OF-1001 Drop Clearspace support
-
Christian Schudt authored
-
- 10 Dec, 2015 6 commits
-
-
Guus der Kinderen authored
OF-928 Add a copy of the extendedInformation
-
Dave Cridland authored
Upgrading the Ant Contrib & XmlTask libraries
-
Guus der Kinderen authored
-
Dave Cridland authored
-
Guus der Kinderen authored
-
Dave Cridland authored
Admin Console: External Component Settings
-
- 09 Dec, 2015 2 commits
-
-
Guus der Kinderen authored
The page on which a user can manage the settings for External Components should offer all features that are available now that the new ConnectionManager has been implemented.
-
Dave Cridland authored
OF-995: Parent plugin identification should not be case-sensitive.
-
- 08 Dec, 2015 7 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Avoid nested EL delimiters
-
Guus der Kinderen authored
Nothing should be transmitted when STARTTLS negotiation fails, not even a stream close.
-
Guus der Kinderen authored
When STARTTLS fails, there are two distinct types of failure. Each type should be handled in a distinct manner. Note that this commit applies a fix to the S2S code only. C2S may also need work.
-
Tom Evans authored
Possibly a copy/paste glitch from an earlier refactoring exercise.
-
Guus der Kinderen authored
-
Dave Cridland authored
Fix NPE when accessing AuditManager module
-
- 07 Dec, 2015 14 commits
-
-
Tom Evans authored
Not sure when this got changed, but the module loader uses the interface class name as a key, not the implementation class name.
-
Dave Cridland authored
Avoid using classes from sealed packages
-
Tom Evans authored
This fix was applied a while back on an earlier incarnation of this test class.
-
Dave Cridland authored
OF-122: Fix inconsistent MUC subject handling
-
Dave Cridland authored
OF-993: Replace thread factory boilerplate code.
-
Tom Evans authored
Ensure that the MUC room subject is set correctly from initial request and upon subsequent reload.
-
Guus der Kinderen authored
Subscribe with Response Unsubscribed Causes Roster Push to Responding Client
-
Guus der Kinderen authored
Assume a client with MUC elements in presence needs to join
-
Guus der Kinderen authored
-
Dave Cridland authored
OF-992: Re-init on restart
-
Dave Cridland authored
OF-991: Ant build should use property values when available.
-
Guus der Kinderen authored
-
Dave Cridland authored
-
Guus der Kinderen authored
-
- 05 Dec, 2015 3 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
-
Dave Cridland authored
Fix XEP-0012 logic.
-