George Moschovitis

Results 35 issues of George Moschovitis

Instead of the non-standard ':group' format?

I would like to use route to implement simple REST services. Any ETA on the following future goals? Handling different HTTP methods to help implement REST APIs. Automatic generation of...

server

Please rename UrlPattern to UriPattern to be more consistent with the dart:uri library.

http://github.com/gmosx/narwhal/commit/60976452687bd0c64739faf2f3fc0bd9d8bb6b83

It throws the following error on GAE: org.mozilla.javascript.WrappedException: Wrapped java.security.AccessControlException: access denied (java.io.FilePermission WEB-INF/src/templates/themes/css/base.css read) (/home/../WEB-INF/packages/narwhal/engines/rhino/lib/file-engine.js#76)

On repeated applications it returns different hashes for the same input string.

bug
bug-verified
needs-tests

Does not work. It seems to be not implemented.

1.0
needs-tests

remote.ip remote.acceptEncoding

pull-request

It should provide a way to access the uploaded data as a ByteString/Array in addition to the tempfile method. That would be extremely useful in AppEngine deployments that do not...

MethodOverride calls request.POST() that deserializes multipart data to tempfiles (even if not required). It should manually parse the _method param or use GET data?