yaws icon indicating copy to clipboard operation
yaws copied to clipboard

Yaws webserver

Results 38 yaws issues
Sort by recently updated
recently updated
newest added

https://github.com/erlyaws/yaws/blob/d54b360aebe1130c8ecb39cd54acd7487be7ef24/src/yaws_api.erl#L2698 When running Yaws in embedded mode, and you want to disable an appmod; using the yaws_api:setconf/2 does not seem to take into account that any appmod config may have...

Hi, I just wonder if there are any support for OAuth2 (of any kind) in the Yaws code? For example, yaws:parse_auth/1 does not look for the "Bearer" scheme (and perhaps...

When we have a method that returns list of structs, depending on the element count we will get completely different results: - list with 2+ structs will give an expected...

Many headers allow you to sent as multiple headers with the same name for example, `Vary`, `Cache-Control`, `Accept-Encoding`, `Set-Cookie` etc etc. Not all of them are handled correctly. I discovered...

**Status**: Proposal **Branch Location**: https://github.com/erlsci/yaws/tree/rebar3-support **Branch Build Status**: https://travis-ci.org/erlsci/yaws **Background**: This has come up in two separate tickets, with a little conversation around them both that may be useful for...

installed yaws on Debian 10 (buster) Linux deby 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux root@deby:/etc/yaws# yaws --version Yaws 2.0.6 ============== systemctl status yaws.service ● yaws.service - High performance...

Compilation fails under OTP 23 with rebar3. This is because of `warnings_as_errors` in `erl_opts`. Please consider remove `warnings_as_errors` which is a mistake. That flag only makes sense in development and...

Just upgraded Yaws to 2.0.7 on a live node by changing the code path without bring down the node and then I am immediately seeing a lot of these: ```...

Hopefully this is in the works :-) I just saw that Clojure now supports HTTP/2 and my LFE bones are itching to do the same. Cowboy is working on it,...

Should Yaws have a way to limit the acceptable size of the received HTTP headers? I think so :-) See also: https://stackoverflow.com/questions/686217/maximum-on-http-header-values