S
S
synapse_people2016-02-21 14:07:51
Java
synapse_people, 2016-02-21 14:07:51

Which safe template engine to use?

Advise a safe template engine that does NOT compile templates into JAVA classes, does not allow executing JAVA code, climbing the file system, calling methods on passed objects, laying down jvm, and so on.
Task: to provide users with the ability to independently edit site templates so that they cannot get out where they do not need to ..
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2016-02-21
@synapse_people

Then you need not a template engine, but some markup language. For example, markdown
https://github.com/myabc/markdownj
If you need to manipulate your additional objects, just fork and add a handler

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question