2010-05-20 Code Review

Call-in Information

Call+1-712-432-0075* or Skype a voice call to freeconferencing
Enter the code*305801

Screen sharing

Attendance

  • Jeremy Keiper

  • Sy Haas

  • Wyclif Luyima

  • Ben Wolfe

  • Darius Jazayeri

  • Burke Mamlin

  • Win Ribeka

Tickets to review

  • unnamed link (wyclif) Move Hl7_in_archive to filesystem

  • unnamed link (jkeiper) Store relationships under the patient element of the form schema

  • unnamed link (syhaas) Add a daemon user that will be used by modules during startup

Ticket 2032

*Move*KEY properties to hl7constants

  • Remove USerContext parameter from Hl7InArchivesMigrateThread constructor

  • Remove UserContext parameter from startArchiveMigration method

  • Get at least 10,000 hl7 in archives and test it

Ticket 1740

  • Uh, approved?

Ticket 1947

  • Look up java security to check for what methods you can or cannot call. Lock down Context.becomeDaemonUser() to only be able to be called from AbstractTask.authenticate();

  • add java secutiry to UserContext.becomeDaemonUser as well (or make it protected)

  • Email devsec or dev list about what java provides

(Other TODO)

  • Look into looking down Context.addProxyPrivilege() with java method security