Steven Arnold wrote:
> I have PSP files I would like to store outside the HTDOCS tree, and
> include them into pages when needed.  Default Webware does not seem to
> support this.  I need this because I don't want people to load those
> PSP snippets individually; I don't want to have to do security checks
> on every little PSP snippet to see whether the user is authorized to
> load that page....
> 
> Is there a good Webware solution for this?

Here's an option: Make your include files have a different suffix such as
.pspi and add .pspi to the FilesToHide setting in Application.config.  I
just tried it and it works for me -- I can't access the files directly but
they can still be included, as long as you are using the 

<[EMAIL PROTECTED] file="includefile.pspi"%>

syntax to include the files.

- Geoff


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to