security - Using primary keys best practice -
i'm making simple blog, each post has id
(nothing new), concern problem letting primary keys simple integer. see people making primary keys in more complex format, want know because i'm using ids hidden attribute in forms, , in urls, security problem?
use proper access control. site viewing exposing keys.
spring security example of existing software, acl implementation.
Comments
Post a Comment