ASP: In the connector, IsAllowedType must be case sensitive
The current implementation of IsAllowedType is case insensitive, but all "per type" configuration options are case sensitive. So, the connector will accept types with just case differences, but will break later, when trying to retrieve settings for them. We should be always case sensitive for the type instead.
Change History (4)
Keywords: |
Review? added
|
Owner: |
set to Frederico Caldeira Knabben
|
Status: |
new →
assigned
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Fixed with [2566].