It looks like in the near future I may need to secure via SSL and client-certificates a portion of a Tapestry application.

If I were developing with another framework (like struts) I would have a different set of URIs mapped to handle this part of the application, and I would apply a transport-guarantee directive to force automatic redirect to the SSL port if the content were accessed via the clear http port.

I'm not sure how to go about this with Tapestry. I could double-map the application servlet, but then wouldn't it allow for any pages defined to be accessed via either mapping of the servlet?

Am I missing an obvious solution?

Thanks!



-matt

--
matthew c. mead

http://www.goof.com/

Reply via email to