Re: [Shale] where to put the jsp pages and shale-blank app

2006-03-23 Thread Mark Shifman
Thanks for the information on disallowing direct access via chain-config! I couldn't find any exceptions that were thrown while trying to access WEB-INF$pages$welcome. Craig McClanahan wrote: I suspect an exception (due to not being able to directly access things under /WEB-INF) is getting s

Re: [Shale] where to put the jsp pages and shale-blank app

2006-03-22 Thread Dave Newton
Craig McClanahan wrote: > It would have the effect of prohibiting all submits for your forms. > That would certainly make form processing easier... Thanks for the info! Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [Shale] where to put the jsp pages and shale-blank app

2006-03-22 Thread Craig McClanahan
On 3/22/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > Craig McClanahan wrote: > > JSF (and therefore Shale) do not like serving pages from underneath > > /WEB-INF, if you are concerned about protecting direct access to them, a > > different strategy will be needed. > > > > Just out of curiosity, w

Re: [Shale] where to put the jsp pages and shale-blank app

2006-03-22 Thread Dave Newton
Craig McClanahan wrote: > JSF (and therefore Shale) do not like serving pages from underneath > /WEB-INF, if you are concerned about protecting direct access to them, a > different strategy will be needed. > Just out of curiosity, why is that, as hiding stuff under WEB-INF has been a fairly wel

Re: [Shale] where to put the jsp pages and shale-blank app

2006-03-22 Thread Craig McClanahan
On 3/22/06, Mark Shifman <[EMAIL PROTECTED]> wrote: > > I have been playing with the shale-blank app and I have a problem. > > How do you deal with putting your jsp pages under WEB-INF ie in > WEB-INF/pages? > (presumably this is a more secure place to put your jsp pages) JSF (and therefore Shale

[Shale] where to put the jsp pages and shale-blank app

2006-03-22 Thread Mark Shifman
I have been playing with the shale-blank app and I have a problem. How do you deal with putting your jsp pages under WEB-INF ie in WEB-INF/pages? (presumably this is a more secure place to put your jsp pages) Everything works fine if I move the welcome.jsp into pages/welcome.jsp at the web ap