Skip to content

The value of start_index should be greater than zero #84

@Meow-Knight

Description

@Meow-Knight

According to this SCIM section, if the value of startIndex less than 1 SHALL be interpreted as 1.
So, I think we should use max(1, value) in this LOC, instead of max(0, value)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions