On May 9, 2012, at 11:01 AM, Rostislav Svoboda wrote:

> This is the point! On one hand I need to evaluate data from a client
> on the other hand I'd like to filter out things like "rm -rf /", "drop
> table users" etc. To me it looks like a contradiction impossible to
> circumvent. So I ask if there's anything like "best practices" or even
> better something like a concept of access rights or prepared
> statements in clojure?. AFAIK there isn't any. So this problem must be
> solved on the host platforms (database, operating system etc). To me
> this looks much like a wheel-reinventing...

Or you can just use something like XML or a custom language for data transfer, 
which also avoids trying your clients to Clojure. I've never understood why 
anyone would use prn/read for data transfer, other than extreme laziness.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to