Skip to content

Commit

Permalink
xrootd: update to xrootd4j dependency to 3.3.3
Browse files Browse the repository at this point in the history
Motivation:

Fix parent directory creation in kXR_mkdir request.

Small percent of xrootd GSI authentication errors.

Add support to discover target of kXR_stat request.

Modification:

27823d99130b76ad17bbc08e0ecdd9025947a481 [maven-release-plugin] prepare release v3.3.3
f61f6d24c9fd27c4a8ee820c99d0c7e95900291d Merge pull request #17 from alrossi/fix/3.3/read-resource-leak
aaf4932597d661b49ca93b6281a5fd1e6b725917 Merge pull request #19 from DmitryLitvintsev/fix/3.3/padding
964cfa650a11e6b2a6949df32f08b8728a01c902 external lib: use custom bouncycastle jar that provides backward compatibility with JSSE
d76365b0d275fa7baa975a4ea26c5621fd28b76b DHSession: use only "TlsPremasterSecret" algorithm when generating session key to            encrypt and decrypt to force pre 1.50 bouncy castle behavior for            compatibility with xrootd client
a63271ed0a76473eae1f5de50b31c1234c1ce00c [maven-release-plugin] prepare for next development iteration
f8bf2c762f158820159e23fa860e7dd429f3f761 [maven-release-plugin] prepare release v3.3.2
0aaedeee76abb3d543107178b92767598f72f598 Fix broken commit
16eaafc592d760a447110b00cf33b8f5eb7b19d0 Merge pull request #18 from paulmillar/fix/3.3/rb11235
c35e5ee9ebfb3e7941764e9180abe1778889b5b8 protocol: add code to identify target of kXR_stat request
ba494a7b3cc970d01699e05792cb56119eafcf7e xrootd4j: fix resource leak for inbound read response
858042cc6b34277c0b579fc22dc21103fd0aeb75 DHession: do not pad byte array with 0 when generating SecretKey           on decrypt and encrypt
cbf12a1747a98513ba09298551c54dc4375b77f9 xrotd4j:temporal fix to support kXR_mkpath optionin
be7abd26af458c849dbe14c1180c52508c6ea57d [maven-release-plugin] prepare for next development iteration
44e51fb3bc7137890d554e4dbe78c96355939779 Merge pull request #7 from alrossi/fix/3.3/gsi-client-handler
31900f4 xrootd4j: fix sec parsing and cert exception in gsi client handler

Result:

Better support for xrootd mkdir.

Provides groundwork for subsequent dCache patches.

Target: master
Request: 4.2
Requires-notes: yes
Requires-book: no
Closes: #4178
Patch: https://rb.dcache.org/r/11237/
Acked-by: Dmitry Litvintsev
  • Loading branch information
paulmillar committed Oct 11, 2018
1 parent 00d14a8 commit 8892290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -68,7 +68,7 @@
<version.smc>6.6.0</version.smc>
<version.xerces>2.11.0</version.xerces>
<version.jetty>9.4.11.v20180605</version.jetty>
<version.xrootd4j>3.3.1</version.xrootd4j>
<version.xrootd4j>3.3.3</version.xrootd4j>
<version.jersey>2.26</version.jersey>
<version.dcache-view>1.4.5</version.dcache-view>
<version.netty>4.1.10.Final</version.netty>
Expand Down

0 comments on commit 8892290

Please sign in to comment.