issues Search Results · repo:ruby/webrick language:Ruby
Filter by
14 results
(77 ms)14 results
inruby/webrick (press backspace or delete to remove)The change introduced in #138 disallows bare LFs in headers and request lines. This change is good, but it also affects
CGIHandler, causing scripts that use bare LF as a header separator to fail. However, ...
paulownia
- 3
- Opened 6 days ago
- #165
/usr/home/zennix/.local/share/gem/ruby/3.3/gems/webrick-1.8.2/lib/webrick/server.rb:89:in `update : no implicit conversion of String into Hash (TypeError)
@config = default.dup.update(config)
...
z3nnix
- 1
- Opened on Sep 30, 2024
- #150
From the RFC:
It uses the server nonce from that challenge, herein called nonce-prime, and the client nonce value from the response,
herein called cnonce-prime, to construct A1 as follows:
A1 ...
HoneyryderChuck
- 1
- Opened on Jun 13, 2023
- #116
Webrick version 1.7.0
When MAX_URI_LENGTH of 2083 is exceeded, instead of failing with the expected HTTPStatus::RequestURITooLarge it instead
fails with:
ERROR TypeError: can t convert nil into an exact ...
matthewhively
- 2
- Opened on Mar 18, 2023
- #113
Hi,
Testing the latest release (1.8.1) with Ruby 2.7.4, I see the following test failures:
F
========================================================================================================== ...
Apteryks
- 2
- Opened on Mar 8, 2023
- #112
webrick doesn t handle Unicode in HTTP location header, eg. redirection to an URL like
http://dxczjjuegupb.cloudfront.net/wp-content/uploads/2017/10/Оуэн-Мэтьюс.jpg.
[2023-02-17 16:41:33] ERROR URI::InvalidURIError: ...
noraj
- 11
- Opened on Feb 17, 2023
- #110
When WEBrick shutdowns, it tries to concurrently write and close a file descriptor, and even tries to close it from
multiple threads:
closing it from the main webrick thread:
https://github.com/ruby/webrick/blob/841b7dadd5d2dc7cd5f5cceca2258ad53023f8dd/lib/webrick/server.rb#L207 ...
eregon
- 4
- Opened on Jan 27, 2023
- #102
The IPv6 host :: is kind of analogous to the IPv4 address 0.0.0.0, however it should usually (depending on the OS)
listen for traffic coming from IPv4 and IPv6 addresses, unless specified differently by ...
pohlarized
- 7
- Opened on Jan 10, 2023
- #99
I have a proxy server running in a thread:
@server = WEBrick::HTTPProxyServer.new(ServerType: Thread, BindAddress: host, Port: port)
when process exists I call @server.shutdown but it hangs forever so ...
route
- 1
- Opened on Oct 28, 2022
- #97
% irb
RUBY_VERSION
= 3.1.2
require webrick
WEBrick::HTTPUtils.escape(nil)
/Users/katsuhiko.yoshida/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/webrick-1.7.0/lib/webrick/httputils.rb:444:in ...
kyoshidajp
- 1
- Opened on Sep 9, 2022
- #96

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.