Bugzilla – Bug 3648
CAS server not prepending ftp://<hostname> to the resource in the assertion
Last modified: 2005-08-15 14:48:42
You need to log in before you can comment on or make changes to this bug.
The SAML assertions (present in the proxy generated from cas-proxy-init) for the FTPDirectoryTree resources do not have ftp://<hostname> prepended to them. Because of this, the object name (constructed by the gridftp server which are of the form ftp://<hostname>/<pathname>) does not match with the resource name in the assertions and the authorization fails.
Fix committed to trunk. The resource is now constructed by concatenating the namespace basename and object name. (namespaceNickname|baseNameobjectname)