Hi there, I am extremely excited by this. I know it's still early in the game, but I'd like to throw out the idea of a tool to update existing logs to conform with this development. If it would even be an acceptable thing to do, altering historical logs.
B-- >>> On 7/14/2011 at 11:37 PM, in message <1634065041.2138.1310708237755.JavaMail.jira@atlas>, "Mark Diggory (DuraSpace JIRA)" <[email protected]> wrote: > [ > https://jira.duraspace.org/browse/DS-955?page=com.atlassian.jira.plugin.syste > m.issuetabpanels:comment-tabpanel&focusedCommentId=21121#action_21121 ] > > Mark Diggory commented on DS-955: > --------------------------------- > > for example > > public final static byte[] encryptSHA(String s) throws Exception { > MessageDigest m = null; > m= MessageDigest.getInstance("SHA-1"); > m.reset(); > m.update(s.getBytes()); > return m.digest(); > } > >> Anonymize IP-Logging to comply to privacy laws >> ---------------------------------------------- >> >> Key: DS-955 >> URL: https://jira.duraspace.org/browse/DS-955 >> Project: DSpace >> Issue Type: Improvement >> Components: DSpace API >> Affects Versions: 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, > 1.7.2 >> Reporter: Claudia Jürgen >> Priority: Major >> >> At the moment DSpace logs the complete IP-Addresses in it's log files. > Furthermore they are stored/used for Solr statitistics. In some countries > this is forbidden based on privacy laws. It should be made possible to > anonymize the IP's logged in the log files and disable solr stats and solr > logging. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > https://jira.duraspace.org/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > ---------------------------------------------------------------------------- > -- > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on "Lean Startup > Secrets Revealed." This video shows you how to validate your ideas, > optimize your ideas and identify your business strategy. > http://p.sf.net/sfu/appsumosfdev2dev > _______________________________________________ > Dspace-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-devel ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
