Welcome Message
Welcome to Atlassian Crucible with FishEye .
To report a bug or suggest a feature please raise an issue in our public JIRA.
If you use IntelliJ IDEA or Eclipse check out the new (and free) IDE Connector. Right click access to FishEye, full Crucible review support, plus Bamboo builds and JIRA issues inside your IDE.
Login
Login
Not a member? Signup for an account.
Support
You are running Crucible 2.3.3 with FishEye 2.3.3 (build-493 2010-06-18)
If you are experiencing any issues, please contact your administrator. You may also want to browse the documentation or search the support forums. Still stuck? You can start a support ticket at support.atlassian.com or raise a bug or feature request at jira.atlassian.com.
Dashboard
weave.js
GlobusGSSContextImpl.java
Conflicts:
gss/src/main/java/org/globus/gsi/gssapi/GlobusGSSContextImpl.java
GlobusGSSContextImpl.java
weave.js
java files
GlobusGSSContextImpl.java
GlobusGSSContextImpl.java
GlobusGSSContextImpl.java
weave.js
https://github.com/jglobus/JGlobus/pull/12/files
I have also reviews the other fixes and have submitted comments
on those on the above pull request.
I have NOT reviewed the other changes and leave those to others
to review.
GlobusGSSContextImpl.java
java files
Fixed a serious drawback with not being able to handle fragmented
SSL tokens which in JGlobus 1.8 was handled by employing
TokenInputStream. Since SSLEngine works only with ByteBuffer,
the fix involves saving any bytes not processed due to a complete
SSL token not having been received.
Modified the test cases to supply fragmented SSL tokens at context
establishment time as well as at data processing time. Also added
some more tests for a more complete test suite for GSSContext.
java files
GlobusGSSContextImpl.java
TrustedCertPathFinder.java
GlobusGSSContextImpl.java
weave.js
cache.php and changed 3 php files
- In the case that a CA trust root was not already a part of the CertPath
given to TrustedCertPathFinder.findTrustedPath(), the signature of
last certificate in the chain is now verified against the discovered
trust root certificate.
- When checking that the next certificate in the chain has a subject DN
that matches the last's certificate's DN, normalize the DNs to a
common, Globus format.
TrustedCertPathFinder.java
GlobusGSSContextImpl.java
ChainedIOException.java
BouncyCastleUtil.java
