Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
67 views

SVN - How to keep core source code confidential and give freelancers access to modules only

I'm developing a modular propietary PHP application. As a project leader and owner, I want to keep the core engine confidential. The freelancers will work on modules (say 1 freelancer for 1 module ...
0
votes
1answer
97 views

Encrypting text data methodology

I'm developing a journal web app and am trying to tackle what I foresee as the biggest problem - trusting me not to read other people's entries. The solution I have so far is: User gives a secret ...
0
votes
1answer
906 views

Setup SSL for form login only on Tomcat webapp

Can I set Tomcat (or my webapp if it's done that way) to require SSL for confidentiality of the built-in Form-Based Login mechanism? i.e. to protect the users credentials, and use standard http for ...
0
votes
1answer
1k views

How do I keep Tomcat deployed files in a context from caching in a browser?

I am working on a Java/Struts application that uses Tomcat 6.0.10. It's a typical web application that allows users to edit some forms, and streams PDFs. Way back, we added: ...