lukashinsch / spring-boot-actuator-logview

Simple logfile viewer as spring boot actuator endpoint
MIT License
41 stars 21 forks source link

Viewing files not working when not using trailing / to open main page #11

Closed lukashinsch closed 9 years ago

lukashinsch commented 9 years ago

Using /log opens directory list correctly, but you can only view files when opening with /log/, otherwise there is a 404 error as the relative url is resolved to one level above

lukashinsch commented 9 years ago

fixed in 0.2.4