This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
EWF
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
87601524417272f1cb9f17b9be3eebbb238d35be
EWF
/
library
/
server
T
History
jocelyn
8760152441
Fixed value of SERVER_PORT for secure connection (i.e https:// ), by default it is 443 .
...
this was fooling WSF_REQUEST.absolute_url (...) .
2020-02-26 22:46:50 +01:00
..
authentication
/http_authorization
…
ewsgi
Fixed value of SERVER_PORT for secure connection (i.e https:// ), by default it is 443 .
2020-02-26 22:46:50 +01:00
httpd
Removed redefinitions that violates VDRS(4).
2019-05-30 16:21:53 +02:00
libfcgi
…
wsf
Better handling for directory default index response (for instance index.html) for case like "/subdir" which is now redirected to "/subdir/" so relative url are correctly handled.
2020-02-26 22:46:03 +01:00
wsf_html
Removed redefinitions that violates VDRS(4).
2019-05-30 16:21:53 +02:00
wsf_proxy
…