Thanks for review https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java File src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java (right): https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java#newcode310 src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java:310: UserProfileServiceSoap inUserProfileServiceSoap Yes this is unrelated ...
12 years, 3 months ago
(2013-08-23 20:33:16 UTC)
#3
Thanks for review
https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adap...
File
src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java
(right):
https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adap...
src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java:310:
UserProfileServiceSoap inUserProfileServiceSoap
Yes this is unrelated but important. can be a different CL
On 2013/08/23 19:58:50, ejona wrote:
> This looks unrelated. Important, but unrelated.
>
> Note that the indentation is off.
https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adap...
src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java:545:
String displayUrl = MessageFormat.format(
It just my .NET practice of using String.Format
On 2013/08/23 19:58:50, ejona wrote:
> Why use MessageFormat instead of concatenation? Normally I do think
> MessageFormat is more readable, but here I'd just assume to use normal
> concatenation. If you like MessageFormat though, then that is fine.
https://codereview.appspot.com/13191044/diff/1/test/com/google/enterprise/ada...
File
test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java
(right):
https://codereview.appspot.com/13191044/diff/1/test/com/google/enterprise/ada...
test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java:150:
new String[] {"domain\\user1"});
This is important and not unrelated. With this we are testing that "\" in
username is actually getting decoded as "%5C"
On 2013/08/23 19:58:50, ejona wrote:
> This is also unrelated. Good, but unrelated.
On 2013/08/23 20:33:16, Tanmay Vartak wrote: > Thanks for review > > https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java > File ...
12 years, 3 months ago
(2013-08-23 20:34:15 UTC)
#4
On 2013/08/23 20:33:16, Tanmay Vartak wrote:
> Thanks for review
>
>
https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adap...
> File
> src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java
> (right):
>
>
https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adap...
>
src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java:310:
> UserProfileServiceSoap inUserProfileServiceSoap
> Yes this is unrelated but important. can be a different CL
> On 2013/08/23 19:58:50, ejona wrote:
> > This looks unrelated. Important, but unrelated.
> >
> > Note that the indentation is off.
>
>
https://codereview.appspot.com/13191044/diff/1/src/com/google/enterprise/adap...
>
src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java:545:
> String displayUrl = MessageFormat.format(
> It just my .NET practice of using String.Format
> On 2013/08/23 19:58:50, ejona wrote:
> > Why use MessageFormat instead of concatenation? Normally I do think
> > MessageFormat is more readable, but here I'd just assume to use normal
> > concatenation. If you like MessageFormat though, then that is fine.
>
>
https://codereview.appspot.com/13191044/diff/1/test/com/google/enterprise/ada...
> File
>
test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java
> (right):
>
>
https://codereview.appspot.com/13191044/diff/1/test/com/google/enterprise/ada...
>
test/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptorTest.java:150:
> new String[] {"domain\\user1"});
>
> This is important and not unrelated. With this we are testing that "\" in
> username is actually getting decoded as "%5C"
>
> On 2013/08/23 19:58:50, ejona wrote:
> > This is also unrelated. Good, but unrelated.
username is actually getting encoded* as "%5C"
Issue 13191044: Display URL support for user profile adaotor
(Closed)
Created 12 years, 3 months ago by Tanmay Vartak
Modified 12 years, 3 months ago
Reviewers: ejona
Base URL:
Comments: 11