-
Hi,
the WAMP specification currently specifies relaxed URIs as well as strict URIs. This causes problems when one WAMP implementation implements the strict format and another one the relaxed format. …
-
```
I implemented a django-like named group capturing feature in guice
servlet whereas named regex groups would be saved as request
attributes.
example:
serveRegex("/myrest/(.*)/(.*)").with(MySerlvet…
-
It looks like URIs cannot be set as executable via a Chronos job definition (as far as I am aware, correct me if I'm wrong). If the command is an HTTP or FTP URI then it is set as executable.
Relevan…
-
Currently, providing a string which is not a valid URI (eg contains spaces or `#`) results in a protocol error, not a WAMP application level error.
Note that providing eg an integer as a URI should d…
-
Unlike other markdown parsers, remarkable allows "data:" URIs in links. For example, the following markdown text generates a "test" link that executes javascript:
```
[test](data:text/html;charset=ut…
-
There's a bit of a tricky issue with how Net::HTTP handles strings and URIs. If you pass it a string, as the example does:
`request = Net::HTTP::Get.new(URI(baseuri + path).to_s)`
then everything wo…
-
Currently, the definition of [cookie averse document objects](https://html.spec.whatwg.org/multipage/dom.html#cookie-averse-document-object) specify that documents whose URL scheme is not a "network s…
-
## Steps to reproduce
**Important note:** this happens in a very specific client environment, simply reproducing this deployment in a LXD cloud will not be sufficient to get the error. I am p…
-
```
DragAndDropFilesHandler's usage of VFS FileManager.resolveFile does not include
an implementation of UserAuthenticator, so if you try to drag and drop a URL
from a browser behind basic auth it t…
-
```
Migrated from http://java.net/jira/browse/XHTMLRENDERER-143
Reported by mabiss on 17.11.2006 and updated 20.07.2008.
Priority was Major.
Original description:
I was passing DOM Document object t…