Affect version: Spring-shell 1.2.0.RELEASE
In 1.2.0.RELEASE spring shell tends to erase everything between block command quotes.
However sometime we do not need this feature as we might need to pass a URL regex like '*/*/*'. If doing so, spring shell will keep characters before last '/*' and after last '*/'. As a result we get '*/**', which is buggy.
I suggest we had better introduce a configuration that can enable/disable block comment processing.