Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(91)

Issue 5532099: ACL inheritance related implementation in connector manager (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by Srinivas
Modified:
14 years, 4 months ago
Reviewers:
JohnL, ejona, brett.michael.johnson
CC:
connector-cr_google.com, plexi_google.com, connector-eng_google.com
Base URL:
http://google-enterprise-connector-manager.googlecode.com/svn/trunk/projects/connector-manager/
Visibility:
Public.

Description

This CL includes the files for ACL inheritance related implementation in connector manager. Please review the changes

Patch Set 1 #

Total comments: 16

Patch Set 2 : Changes as per review #

Total comments: 64

Patch Set 3 : Changes as per review #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -13 lines) Patch
M source/java/com/google/enterprise/connector/pusher/XmlFeed.java View 1 2 7 chunks +109 lines, -13 lines 2 comments Download
A source/java/com/google/enterprise/connector/spi/Acl.java View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A source/java/com/google/enterprise/connector/spi/PrincipalInfo.java View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
A source/java/com/google/enterprise/connector/spi/SecureDocument.java View 1 2 1 chunk +127 lines, -0 lines 1 comment Download

Messages

Total messages: 13
Srinivas
please review the changes
14 years, 4 months ago (2012-01-19 18:43:00 UTC) #1
ejona
http://codereview.appspot.com/5532099/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5532099/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode679 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:679: principalBuff.append(pInfo.getName()); getName() seems like it can contain special characters. ...
14 years, 4 months ago (2012-01-19 19:45:30 UTC) #2
Srinivas
Please review changes http://codereview.appspot.com/5532099/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5532099/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode679 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:679: principalBuff.append(pInfo.getName()); On 2012/01/19 19:45:30, ejona wrote: ...
14 years, 4 months ago (2012-01-19 20:51:32 UTC) #3
ejona
Just FYI: I've only dipped my toe in the water with the CM at this ...
14 years, 4 months ago (2012-01-19 21:49:08 UTC) #4
Brett
http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode326 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:326: private void xmlWrapRecord(Document document, InputStream contentStream, String contentEncoding) 80 ...
14 years, 4 months ago (2012-01-19 21:54:43 UTC) #5
Brett
http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/spi/SecureDocument.java File source/java/com/google/enterprise/connector/spi/SecureDocument.java (right): http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/spi/SecureDocument.java#newcode141 source/java/com/google/enterprise/connector/spi/SecureDocument.java:141: * pricipal -> principal Also block comments should form ...
14 years, 4 months ago (2012-01-19 22:23:01 UTC) #6
JohnL
Some fixes and other comments. John L http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode117 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:117: //private static ...
14 years, 4 months ago (2012-01-20 01:25:16 UTC) #7
JohnL
http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/spi/Acl.java File source/java/com/google/enterprise/connector/spi/Acl.java (right): http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/spi/Acl.java#newcode38 source/java/com/google/enterprise/connector/spi/Acl.java:38: throw new UnsupportedOperationException(); On 2012/01/19 21:54:43, Brett wrote: > ...
14 years, 4 months ago (2012-01-20 21:38:52 UTC) #8
JohnL
More comments from our conversation. John L http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode471 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:471: public String ...
14 years, 4 months ago (2012-01-20 21:56:46 UTC) #9
Srinivas
Please review changes http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5532099/diff/5002/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode117 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:117: //private static final String XML_URL = ...
14 years, 4 months ago (2012-01-20 23:45:30 UTC) #10
Brett
http://codereview.appspot.com/5532099/diff/7003/source/java/com/google/enterprise/connector/spi/SecureDocument.java File source/java/com/google/enterprise/connector/spi/SecureDocument.java (right): http://codereview.appspot.com/5532099/diff/7003/source/java/com/google/enterprise/connector/spi/SecureDocument.java#newcode64 source/java/com/google/enterprise/connector/spi/SecureDocument.java:64: I really wish it was easier to wrap an ...
14 years, 4 months ago (2012-01-21 00:50:35 UTC) #11
JohnL
Publishing some draft comments, but it seems based on our previous conversation that the non-properties ...
14 years, 4 months ago (2012-01-23 23:48:15 UTC) #12
JohnL
14 years, 4 months ago (2012-01-28 22:05:05 UTC) #13
This code review has been superseded by http://codereview.appspot.com/5577067/

John L
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b