Skip to content

Add a configuration that can enable/disable block comment processing #488

@paul8263

Description

@paul8263

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions