I brought this up a few years ago, but it was never implemented.
PasswordMaker is sensitive to the capitalization of the URL. This violates the RFC, which requires all URLs to be normalized to lower case before being used. Therefore PWM needs to lowercase the domain portions of all URLs before hashing them. There are no requirements for the path to be normalized.