-
I should be able to write a web application depending on webstack.jl _outside_ of the webstack.jl folder.
Currently, when I move any of the examples out of the webstack.jl folder, they no longer work …
-
In terminal A: `julia example-micro.jl`
In terminal B: `ab -n 100 http://127.0.0.1:8000/admin/new`
Results vary from:
``` .jl
ERROR: type: on_message_complete: in apply, expected Function, got (Arra…
-
@amitmurthy @WestleyArgentum @dirk
It would be nice to have one awesome HTTPClient package. At the very least, should we replace Curl.jl with libCURL.jl? Just bringing up this discussion to see if s…
-
So, run `julia ./example/meddle.jl`.
Then `curl localhost:8000/../../../../../../bin/ls` or `curl localhost:8000/../julia/README.md`, for example.
Basically, you are serving _all the files on your co…
-
This issue is opened following a topic at then owncloud-community forum: http://forum.owncloud.org/viewtopic.php?f=3&t=4623
Since version 4.5.1 the built-in gallery in owncloud does not display the l…
ghost updated
11 years ago
-
I tried to use the ApiExplorer to generate a documentation for my API. But the routes that I have registered with AttributeRouting isn't detected by the ApiExplorer.
I don't know why but if I add the…
mckn updated
11 years ago
-
In the Web API betas I could do this:
```
[DELETE("/test/{id}")]
public void TestMe(int id)
{
}
```
The above now returns a 405 error, 'The requested resource does not support http m…
-
If exceptions are derived from NServiceMVC.Errors.NsException (TBD), then they are returned as a specified HTTP status code and custom message, in a special error object.
Optionally there is a config…