Re: JSP in the JSPWiki
Janne Jalkanen <[email protected]> Mon, 3 Sep 2007 13:05:53 +0100
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
> is there a way to do JSP in the Wikipages,
> like:
> <%
> out.println("Text");
> %> ?
>
> So that the JSP-Code is executed by the Tomcat Server,
> and the right output is pasted.
Nope. Security reasons. It would essentially make us as vulnerable
like a badly configured PHP server.
Write a custom plugin, if that's what you need. Or, if you need
scripting, take a look at Murray's Groovy plugin.
/Janne