)]}'
{
  "commit": "f47e2c20753f5c6bf3e6f511e5cc13d2f74a273f",
  "tree": "6d400f22283b3784ff9f23c6d9606e4ac142d37b",
  "parents": [
    "fe9d9c96f91622626a59a81e9017e45bc3ab711e"
  ],
  "author": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Thu Jul 10 17:23:16 2014 -0700"
  },
  "committer": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Fri Jul 11 14:50:55 2014 -0700"
  },
  "message": "Fix b/16139028 Part2: Do not feed docids that are too long.\n\nExamination of customer log files showed frequent exceptions thrown\nfrom WindowsAclFileAttributesView.getFileSecurity() claiming that\n\"The filename, directory name, or volume label syntax is incorrect.\"\nAs it turned out, all these pathnames exceeded the maximum pathname\nlength of 260 characters. The too-long pathnames occur when we prepend\nthe UNC server + share syntax to the local pathname.\n\nSee:\nhttp://msdn.microsoft.com/library/windows/desktop/aa365247.aspx\n\nThis change avoids feeding docids that are too long. The windows\nversion of newDocId() now throws IllegalArgumentException if the\nsupplied pathname is too long.\n\nCode Review:  http://codereview.appspot.com/109680045\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5c009909e4113fc8f0bf8e34cd461798d67b7862",
      "old_mode": 33188,
      "old_path": "src/com/google/enterprise/adaptor/fs/FsAdaptor.java",
      "new_id": "60343f94e8fbbdcb3814355a0d11b0dfa4bbe690",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/fs/FsAdaptor.java"
    },
    {
      "type": "modify",
      "old_id": "7ce01dba3f55784bed8ffba1bd60ac063fcad00f",
      "old_mode": 33188,
      "old_path": "src/com/google/enterprise/adaptor/fs/WindowsFileDelegate.java",
      "new_id": "c893d3203be2a2c3763343c5e962ae4042082e05",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/fs/WindowsFileDelegate.java"
    },
    {
      "type": "modify",
      "old_id": "f4c943271e294fb2b4d2b77c51497c25055a0a81",
      "old_mode": 33188,
      "old_path": "test/com/google/enterprise/adaptor/fs/WindowsFileDelegateTest.java",
      "new_id": "864c14b66be4f900dffd6c7adfa112216bcaeb04",
      "new_mode": 33188,
      "new_path": "test/com/google/enterprise/adaptor/fs/WindowsFileDelegateTest.java"
    }
  ]
}
