[JBoss-user] [Beginners Corner] - Re: don't give client jsp files

2004-06-02 Thread zhangj
any body knows? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837250#3837250 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837250 --- This SF.Net email is sponsor

[JBoss-user] [Beginners Corner] - Re: don't give client jsp files

2004-05-31 Thread zhangj
I tryed this: made a jsp file put under default\deploy\myweb.war\myjsp.jsp call this jsp from browser,this jsp compiled and generated class is default\work\MainEngine\localhost\myjsp_jsp.class delete default\deploy\myweb.war\myjsp.jsp and put myjsp_jsp.class under default\deploy\myweb.war\,use j

[JBoss-user] [Beginners Corner] - Re: don't give client jsp files

2004-05-29 Thread hbaxmann
Not precompiled JSP's could be a real security flaw. Under some circumstances the client will be able to generate his own code and send it to the container. < % System.exit(0) % > will be very funny then. unfortunately in german: http://tomcat.objektpark.org/pdf/04_04_tomcat_JM.pdf bax View

[JBoss-user] [Beginners Corner] - Re: don't give client jsp files

2004-05-28 Thread genman
You can precompile your JSPs using JSPC in ant. The web.inc is used as part of the web.xml file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836748#3836748 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Beginners Corner] - Re: don't give client jsp files

2004-05-28 Thread chudak
Precompile all your jsp's and put them in the war instead of the jsp's. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836741#3836741 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836741