[jira] [Commented] (GORA-262) Add support for HTTPClient authentication in gora-solr

2015-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550939#comment-14550939
 ] 

Hudson commented on GORA-262:
-

SUCCESS: Integrated in gora-trunk #1509 (See 
[https://builds.apache.org/job/gora-trunk/1509/])
GORA-262 Add support for HTTPClient authentication in gora-solr 
(lewis.j.mcgibbney: rev 9540273d85d38835b651c76286e499d7aa418c16)
* CHANGES.txt
* gora-solr/src/test/conf/gora.properties
* gora-solr/src/main/java/org/apache/gora/solr/store/SolrStore.java


> Add support for HTTPClient authentication in gora-solr  
> 
>
> Key: GORA-262
> URL: https://issues.apache.org/jira/browse/GORA-262
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-solr
>Reporter: Lewis John McGibbney
>Assignee: Furkan KAMACI
> Fix For: 0.6.1
>
> Attachments: GORA-262.patch
>
>
> This is the next logical progression once GORA-260 is addressed. Security is 
> always an issue when writing into Solr. This issue should introduce exactly 
> that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GORA-262) Add support for HTTPClient authentication in gora-solr

2015-05-18 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14548283#comment-14548283
 ] 

Lewis John McGibbney commented on GORA-262:
---

This patch looks good. If there are no objections I'll commit by EoB today.

> Add support for HTTPClient authentication in gora-solr  
> 
>
> Key: GORA-262
> URL: https://issues.apache.org/jira/browse/GORA-262
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-solr
>Reporter: Lewis John McGibbney
>Assignee: Furkan KAMACI
> Fix For: 0.7
>
> Attachments: GORA-262.patch
>
>
> This is the next logical progression once GORA-260 is addressed. Security is 
> always an issue when writing into Solr. This issue should introduce exactly 
> that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GORA-262) Add support for HTTPClient authentication in gora-solr

2015-03-20 Thread Furkan KAMACI (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372417#comment-14372417
 ] 

Furkan KAMACI commented on GORA-262:


There is no way to test secure HTTPClient within Solr test package with 
JettySolrRunner (without using reflection). It is not tested at Apache Solr 
project too (it can be tested via external Solr war). On the other hand 
ConcurrentUpdateSolrServer does not have a public accessor to get HTTPClient. I 
have to test it with Nutch approach before adding to patch.

I'll create documentation for this patch. 

> Add support for HTTPClient authentication in gora-solr  
> 
>
> Key: GORA-262
> URL: https://issues.apache.org/jira/browse/GORA-262
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-solr
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 0.7
>
> Attachments: GORA-262.patch
>
>
> This is the next logical progression once GORA-260 is addressed. Security is 
> always an issue when writing into Solr. This issue should introduce exactly 
> that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GORA-262) Add support for HTTPClient authentication in gora-solr

2015-03-13 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361092#comment-14361092
 ] 

Lewis John McGibbney commented on GORA-262:
---

Hi [~kamaci], please see the type of authentication implemented in Apache Nutch 
for an example
https://github.com/apache/nutch/blob/trunk/src/plugin/indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrUtils.java#L34-L61

> Add support for HTTPClient authentication in gora-solr  
> 
>
> Key: GORA-262
> URL: https://issues.apache.org/jira/browse/GORA-262
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-solr
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 0.7
>
>
> This is the next logical progression once GORA-260 is addressed. Security is 
> always an issue when writing into Solr. This issue should introduce exactly 
> that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GORA-262) Add support for HTTPClient authentication in gora-solr

2015-03-13 Thread Furkan KAMACI (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14360991#comment-14360991
 ] 

Furkan KAMACI commented on GORA-262:


[~lewismc] what kind of authentication is mentioned at this issue? Setting up 
credentials on SolrServer/HttpClient level 
([Security-Solrj|http://wiki.apache.org/solr/SolrSecurity#SolrJ]) or a more 
generic way of security: 
[SOLR-4470|https://issues.apache.org/jira/browse/SOLR-4470]

If you can clarify it I can implement this issue.

> Add support for HTTPClient authentication in gora-solr  
> 
>
> Key: GORA-262
> URL: https://issues.apache.org/jira/browse/GORA-262
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-solr
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 0.7
>
>
> This is the next logical progression once GORA-260 is addressed. Security is 
> always an issue when writing into Solr. This issue should introduce exactly 
> that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)