7ea5f87960
At some point in the distant past, the datastore was all strings and the various option types got parsed out in the appropriate places. Then, in the somewhat more recent past, the options started getting converted to regular ruby types (such as TrueClass for a BOOL options, etc) earlier in their life. Apparently, that change broke boolean http evasions. This commit fixes them by ensuring that +true+ is just as acceptable as "true". Fixes #6198, thanks Ashish for the report |
||
---|---|---|
.. | ||
handler | ||
client.rb | ||
client.rb.ut.rb | ||
handler.rb | ||
header.rb | ||
header.rb.ut.rb | ||
packet.rb | ||
packet.rb.ut.rb | ||
request.rb | ||
request.rb.ut.rb | ||
response.rb | ||
response.rb.ut.rb | ||
server.rb | ||
server.rb.ut.rb |