Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_middleware
-
Labels:None
-
Team:Architecture
-
Urgent?:No
Description
https://github.com/lsst-ts/ts_salobj/blob/develop/python/lsst/ts/salobj/csc_commander.py#L637-L638 prevents an argument containing a "#" from being passed to the command.
One possible solution is to allow "#" to be escaped with "\".
I need to be able to pass URL-like strings with "fragment identifiers" to a command.