You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue/69 remove html concat (#73)
* Remove .html concat to support all files
* Add test for jpg handling in ConnectionHandler (TDD:RED), related to #69
* Make ConnectionHandler testable with webroot parameter
* Fix: Strip leading slash from URI to prevent absolute path (coderabbit)