mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
10.41.2011 6f50c351f7c9791b40f27cb81cfa91214f630b0b
Fix OPENDJ-351: Concurrent writes on SSL connection lead to SSL packet corruption

Use Grizzly 2.1.7-SNAPSHOT.
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/pom.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/pom.xml
@@ -50,7 +50,7 @@
    <dependency>
      <groupId>org.glassfish.grizzly</groupId>
      <artifactId>grizzly-framework</artifactId>
      <version>2.1.2</version>
      <version>2.1.7-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>