[#84867] [Ruby trunk Bug#14357] thread_safe tests suite segfaults — v.ondruch@...

Issue #14357 has been reported by vo.x (Vit Ondruch).

11 messages 2018/01/15

[#84980] [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — hsbt@...

Issue #13618 has been updated by hsbt (Hiroshi SHIBATA).

10 messages 2018/01/23
[#85012] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — Eric Wong <normalperson@...> 2018/01/23

hsbt@ruby-lang.org wrote:

[ruby-core:85239] [Ruby trunk Feature#14411] URI#secure?

From: matthew@...
Date: 2018-01-29 22:35:46 UTC
List: ruby-core #85239
Issue #14411 has been updated by phluid61 (Matthew Kerwin).


Would this predicate (whatever it's called) return true for an sftp URI? XMPP?

If so, do you not still have to test for HTTP(S) explicitly? So what value does it add?

And if not, don't you just want an `#is_https?` predicate?

----------------------------------------
Feature #14411: URI#secure?
https://bugs.ruby-lang.org/issues/14411#change-69991

* Author: artur86 (Artur Beljajev)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
----------------------------------------
I wonder if some predicate method (say #secure?) could be added to URI::Generic class. Currently the only way to query if uri is secure is:

~~~ ruby
uri.instance_of?(URI::HTTPS)
~~~

Inspired by this question: https://stackoverflow.com/questions/2212735/ruby-checking-if-uri-is-https



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next