*Does anybody know how to protect my web pages for JSF?* Which is the form in JSF to prevent source code thief
*I am interested in knowing how do I protect my JSF pages from being stolen by thiefs.* Resorts to previous question, sorry I am also interested in not putting suffix to the URL or make them use the HTML extension? Well, you said: With Java web frameworks, you have two choices: 1. Path-based mapping: /faces/* 2. Extension-based mapping: *.html And your #2 works to JSF too. And of course to all your frameworks supported in AppFuse Thanks On Dec 19, 2007 1:21 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > > On Dec 19, 2007, at 11:15 AM, Carlos Ortiz wrote: > > Does anybody know how to protect my web pages for JSF? > > > What do you mean? Can you explain the problem you're seeing in more > detail? > > > > Hi, > > I am interested in knowing how do I protect my JSF pages from being stolen > by thiefs. > > How can they steal them now? > > I am also interested in not putting suffix to the URL or make them use the > HTML extension? > > With Java web frameworks, you have two choices: > > 1. Path-based mapping: /faces/* > 2. Extension-based mapping: *.html > > #2 is already done in AppFuse. > > Matt > >
