Changes between Initial Version and Version 3 of Ticket #31267


Ignore:
Timestamp:
Feb 12, 2020, 2:25:16 PM (4 years ago)
Author:
Dennis Schwertel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31267 – Description

    initial v3  
    11Hi,
    2 I had an issue with a behavior change introduced with commit cdcf4164bec9dc09465424d7042c3f9d4f0f1fdc. The commit changed the validation of credentials in URLs. This change was not fully covered by test cases and my existing objects now failed to validate.
     2I had an issue with a behavior change introduced with commit cdcf4164bec9dc09465424d7042c3f9d4f0f1fdc. The commit changed the validation of credentials in URLs. This change was not fully covered by test cases and my existing objects now failed to validate. Before the change, credentials in the form of `http://:password@host.com` where valid.
    33
    44This is not a big issue as the change fixed an incorrect behavior. I would like to add test cases to cover the current new behavior so changes to the validation are known and intentional.
Back to Top