We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<option>
The inclusion of a semicolon in the <option> element results in ips for iRODS 5 including a semicolon in client app names.
ips
python-irodsclient/irods/connection.py
Line 325 in 4315b8d
This happens under the following conditions:
"irods_client_server_negotiation": "request_server_negotiation"
Here's an example of a valid value for <option>. This was produced by ils.
ils
<option>ilsrequest_server_negotiation</option>
Originally reported at irods/irods#8530.
Bug Report
The inclusion of a semicolon in the
<option>element results inipsfor iRODS 5 including a semicolon in client app names.python-irodsclient/irods/connection.py
Line 325 in 4315b8d
This happens under the following conditions:
"irods_client_server_negotiation": "request_server_negotiation"Here's an example of a valid value for
<option>. This was produced byils.Originally reported at irods/irods#8530.