-
### Determine this is the right repository
- [X] I determined this is the correct repository in which to report this bug.
### Summary of the issue
**Context**
Using the sample code for `submit_uri…
-
When receiving a 304, the library tries to request the URL of the Location header
https://github.com/myfreeweb/httpotion/blob/9172d089cd1d47cdd772d97db750882cc741055f/lib/httpotion.ex#L200-L202
h…
-
| --- | --- |
| Bugzilla Link | [530375](https://bugs.eclipse.org/bugs/show_bug.cgi?id=530375) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jan 26, 2018 07:59 EDT |
| Modified | Jan…
-
The type adapter included by default for `java.net.URI` does not preserve the identity of all URI values. In other words:
```java
URI uri = new URI("s3://bucket/path/Kankyō.png");
URI roundTripU…
-
From Addressable 2.8.2 it no longer works:
```
$ ruby -rbundler/inline -e 'gemfile do; source "https://rubygems.org"; gem "postrank-uri"; gem "addressable", "2.8.2"; end; Addressable::URI.parse("g…
-
Making a `GET` request on a URI that follows redirects like so:
```elixir
payload = [
body: "",
follow_redirects: true,
headers:
[
"...": ...,
"Content…
-
Given a valid URL like `https://example.com/article/id%3A1.2%2F1/bar`, addressable's normalization replaces `%3A` with a literal `:`, and `%2F` with a literal `/`. Both of these replacements change th…
-
```
In file included from /home/nr/dev/libraries/cpp-netlib-git/deps/uri/src/boost/function/detail/maybe_include.hpp:23:0,
from /home/nr/dev/libraries/cpp-netlib-git/deps/uri/src/bo…
-
I often want to put a URI into "normal form", i.e., the recommended form.
Currently, this is done by `tyto.X.get_uri_by_term(tyto.X.get_term_by_uri(term))`
It would be nice to have normalization a…
-
After removing my patch for #459 now that it's released under `2.8.1` (thanks :tada:), I noticed I also wrote this little additional method in order to only normalize the URL if needed and otherwise k…