Not reading properties for property file passed by `-Dspring.config.location=<property file>`, where `<property file>` does not have any extension. **Reproduce:** Execute the the following example command - ```sh java -Dspring.config.location=/mount/application-secret-property -jar /home/user/application.war ``` Where `/mount/application-secret-property` does not have any extension **Related discussions:** 1. [stackoverflow - spring-config-location-is-ignored](https://stackoverflow.com/questions/43744892/spring-config-location-is-ignored) 2. [Related code in spring boot](https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/PropertiesPropertySourceLoader.java#L42) 3. [Some more discussion on use case](https://github.com/microsoft/azure-spring-boot/issues/926)