has the queryName in the URL always been case sensitive?

LabKey Support Forum (Inactive)
has the queryName in the URL always been case sensitive? Ben Bimber  2011-05-09 20:06
Status: Closed
 
i'm pretty sure this is new to 11.1, but I could be wrong:

suddenly the name of the query in the URL has become case sensitive. for example:

http://localhost:8080/labkey/query/WNPRC/EHR/executeQuery.view?schemaName=study&query.queryName=alleleFrequencies

will work, but:

http://localhost:8080/labkey/query/WNPRC/EHR/executeQuery.view?schemaName=study&query.queryName=AlleleFrequencies

will not. i'm pretty sure i havent always been that careful in my URLs, which is why i think this must be new behavior. could be wrong though.