aboutsummaryrefslogtreecommitdiff
path: root/server/src/net/usebox
AgeCommit message (Collapse)Author
2021-11-24Convert the hostname to lowercase when comparingJuan J. Martinez
Why would the user set a case sensitive hostname? This should simplify things.
2021-11-24Empty URLs are invalidJuan J. Martinez
Take this into account whe converting the host to lower case.
2021-11-24Fix: host subcompoent in the URL is case insensitiveJuan J. Martinez
Referemce: https://datatracker.ietf.org/doc/html/rfc3986/#section-3.2.2
2021-09-01FIX: index file can be a CGI and should be executedJuan J. Martinez
2021-08-31Support to pass env variables to CGIsJuan J. Martinez
Env variables are configured per virtual host.
2021-07-22CGI supportJuan J. Martinez
2021-07-22Better logging of cases where the stream was terminatedJuan J. Martinez
2021-07-22Use getHostString.Juan J. Martinez
This has the benefit of not attempting a reverse lookup.
2021-07-22User directories supportJuan J. Martinez
2021-07-22Directories conf is optionalJuan J. Martinez
2021-07-22Flags per directory, override vhost settingsJuan J. Martinez
2021-07-22Moved to use scoptJuan J. Martinez
Removed weight because of transitive dependencies (com.monovore uses cats).
2021-07-22BuildInfo support and smart versionJuan J. Martinez
2021-07-22Ready for release 1.0.1v1.0.1Juan J. Martinez
2021-07-22Support for JDK 8 (and 11)Juan J. Martinez
2021-02-25Ready for release 1.0.0.v1.0.0Juan J. Martinez
2021-02-25Initial public dumpJuan J. Martinez