Hi Angelo,

you might investigate tapestry-spring-security [1]. It has everything you need and there is a snapshot [2] that works with T5.1.

You can secure resources and if someone requests a secured resource authentication is required from the framework. So, no hacking possible.

Michael

[1] http://www.localhost.nu/java/tapestry-spring-security/index.html
[2]

<dependency>
 <groupId>nu.localhost.tapestry</groupId>
 <artifactId>tapestry-spring-security</artifactId>
 <version>2.1.0-SNAPSHOT</version>
</dependency>


Chen schrieb:
Hi,

In a app that I'm going to develop, it requires users to log in before they
can browse job related info, quite a number of those are pictures,  those
photos now are stored in folders of the server, the easiest way is, link
that folder to tomcat's context, and program can refer to a particular photo
with < img> tag, problem is, once the link is obtained, user can refer to
that photo even without log in, any idea how to meet this requirement? One
way I can think of is, program will copy the photo on demand to a temp
folder, but it will slow down the rendering, any idea how to meet this
requirement with tapestry 5?

Thanks,


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to