You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jm...@apache.org on 2001/09/10 23:04:58 UTC

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/security - New directory

jmcnally    01/09/10 14:04:58

  jakarta-turbine-torque/src/java/org/apache/torque/security - New directory

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/security - New directory

Posted by John McNally <jm...@collab.net>.
The idea was to add a reasonably simple way to introduce security info
to prevent database corruption by unauthorized users.  The code added is
triggered by a property flag, so it does not interfere with present
code.  I will probably be backing out some of these changes though the
package will remain.

Unfortunately the problem is harder than I originally thought and might
need a more comprehensive solution.  I would say ignore for now unless
you have opinion on how secure db updates might be incorporated, I am
thinking the security solution might tie in with a concurrency
solution.  I was originally trying to avoid a two step process where the
om might be given security credentials and then asked to save().  It
should probably also be involved in any setters as well though.  I am
thinking the presentation of the credentials could be done while
retrieving a write lock on the object.

john mcnally

Kasper Nielsen wrote:
> 
> What are putting in here?
> 
> - Kasper
> ----- Original Message -----
> From: <jm...@apache.org>
> To: <ja...@apache.org>
> Sent: Monday, September 10, 2001 11:04 PM
> Subject: cvs commit:
> jakarta-turbine-torque/src/java/org/apache/torque/security - New directory
> 
> > jmcnally    01/09/10 14:04:58
> >
> >   jakarta-turbine-torque/src/java/org/apache/torque/security - New
> directory
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/security - New directory

Posted by Kasper Nielsen <ne...@kav.dk>.
What are putting in here?

- Kasper
----- Original Message -----
From: <jm...@apache.org>
To: <ja...@apache.org>
Sent: Monday, September 10, 2001 11:04 PM
Subject: cvs commit:
jakarta-turbine-torque/src/java/org/apache/torque/security - New directory


> jmcnally    01/09/10 14:04:58
>
>   jakarta-turbine-torque/src/java/org/apache/torque/security - New
directory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org