forked from EUDAT-B2STAGE/B2STAGE-GridFTP
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Globus transfer checksum fails for files containing "where" in name #77
Labels
Comments
Oh! What a bug. Yes, we'll get this reproduced and fixed. |
Do we need a fix for this in 4-2-stable as well? |
It's trivial to fix so yes. Let's add a checkbox so we don't forget. Can do the work after 4.3.1 is released. |
Done |
alanking
pushed a commit
that referenced
this issue
Oct 17, 2023
alanking
pushed a commit
that referenced
this issue
Oct 17, 2023
alanking
pushed a commit
that referenced
this issue
Dec 11, 2023
@JustinKyleJames - Please close if complete. |
Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a file containing "where" in the name is uploaded, e.g.
test_where.py
, the transfer fails at computing the md5 checksum.This is a revival of irods/irods#4697 but for the "where" keyword instead of the "select" keyword.
See the remark at https://github.com/irods/irods_client_globus_connector/blob/main/DSI/globus_gridftp_server_iRODS.cpp#L1472-L1480 for more context.
Please lowercase "where" as well until the parser is replaced in the core code.
The text was updated successfully, but these errors were encountered: