[jira] [Commented] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

2012-10-24 Thread Hudson (JIRA)

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

Hudson commented on NUTCH-1344:
---

Integrated in Nutch-nutchgora #387 (See 
[https://builds.apache.org/job/Nutch-nutchgora/387/])
NUTCH-1344 BasicURLNormalizer to normalize https same as http - forgot to 
add committer (Revision 1401458)

 Result = FAILURE
snagel : 
Files : 
* /nutch/branches/2.x/CHANGES.txt


> BasicURLNormalizer to normalize https same as http 
> ---
>
> Key: NUTCH-1344
> URL: https://issues.apache.org/jira/browse/NUTCH-1344
> Project: Nutch
>  Issue Type: Bug
>Affects Versions: nutchgora, 1.6
>Reporter: Sebastian Nagel
> Fix For: 1.6, 2.2
>
> Attachments: NUTCH-1344.patch
>
>
> Most of the normalization done by BasicURLNormalizer (lowercasing host, 
> removing default port, removal of page anchors, cleaning . and . in the path) 
> is not done for URLs with protocol https.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

2012-10-10 Thread Hudson (JIRA)

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

Hudson commented on NUTCH-1344:
---

Integrated in Nutch-nutchgora #375 (See 
[https://builds.apache.org/job/Nutch-nutchgora/375/])
NUTCH-1344 BasicURLNormalizer to normalize https same as http (Revision 
1396800)

 Result = SUCCESS
snagel : 
Files : 
* /nutch/branches/2.x/CHANGES.txt
* 
/nutch/branches/2.x/src/plugin/urlnormalizer-basic/src/java/org/apache/nutch/net/urlnormalizer/basic/BasicURLNormalizer.java


> BasicURLNormalizer to normalize https same as http 
> ---
>
> Key: NUTCH-1344
> URL: https://issues.apache.org/jira/browse/NUTCH-1344
> Project: Nutch
>  Issue Type: Bug
>Affects Versions: nutchgora, 1.6
>Reporter: Sebastian Nagel
> Fix For: 1.6, 2.2
>
> Attachments: NUTCH-1344.patch
>
>
> Most of the normalization done by BasicURLNormalizer (lowercasing host, 
> removing default port, removal of page anchors, cleaning . and . in the path) 
> is not done for URLs with protocol https.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

2012-10-10 Thread Hudson (JIRA)

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

Hudson commented on NUTCH-1344:
---

Integrated in nutch-trunk-maven #449 (See 
[https://builds.apache.org/job/nutch-trunk-maven/449/])
NUTCH-1344 BasicURLNormalizer to normalize https same as http (Revision 
1396801)

 Result = SUCCESS
snagel : 
Files : 
* /nutch/trunk/CHANGES.txt
* 
/nutch/trunk/src/plugin/urlnormalizer-basic/src/java/org/apache/nutch/net/urlnormalizer/basic/BasicURLNormalizer.java


> BasicURLNormalizer to normalize https same as http 
> ---
>
> Key: NUTCH-1344
> URL: https://issues.apache.org/jira/browse/NUTCH-1344
> Project: Nutch
>  Issue Type: Bug
>Affects Versions: nutchgora, 1.6
>Reporter: Sebastian Nagel
> Fix For: 1.6, 2.2
>
> Attachments: NUTCH-1344.patch
>
>
> Most of the normalization done by BasicURLNormalizer (lowercasing host, 
> removing default port, removal of page anchors, cleaning . and . in the path) 
> is not done for URLs with protocol https.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

2012-10-10 Thread Julien Nioche (JIRA)

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

Julien Nioche commented on NUTCH-1344:
--

Good catch Sebastian. PLease commit to both trunk and 2.x

> BasicURLNormalizer to normalize https same as http 
> ---
>
> Key: NUTCH-1344
> URL: https://issues.apache.org/jira/browse/NUTCH-1344
> Project: Nutch
>  Issue Type: Bug
>Affects Versions: nutchgora, 1.6
>Reporter: Sebastian Nagel
> Attachments: NUTCH-1344.patch
>
>
> Most of the normalization done by BasicURLNormalizer (lowercasing host, 
> removing default port, removal of page anchors, cleaning . and . in the path) 
> is not done for URLs with protocol https.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

2012-10-09 Thread Markus Jelsma (JIRA)

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

Markus Jelsma commented on NUTCH-1344:
--

I wouldn't know why. I think they should be treated equally. 

> BasicURLNormalizer to normalize https same as http 
> ---
>
> Key: NUTCH-1344
> URL: https://issues.apache.org/jira/browse/NUTCH-1344
> Project: Nutch
>  Issue Type: Bug
>Affects Versions: nutchgora, 1.6
>Reporter: Sebastian Nagel
> Attachments: NUTCH-1344.patch
>
>
> Most of the normalization done by BasicURLNormalizer (lowercasing host, 
> removing default port, removal of page anchors, cleaning . and . in the path) 
> is not done for URLs with protocol https.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

2012-10-08 Thread Sebastian Nagel (JIRA)

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

Sebastian Nagel commented on NUTCH-1344:


Is there any reason why https should be treated different from http (and ftp)?

> BasicURLNormalizer to normalize https same as http 
> ---
>
> Key: NUTCH-1344
> URL: https://issues.apache.org/jira/browse/NUTCH-1344
> Project: Nutch
>  Issue Type: Bug
>Affects Versions: nutchgora, 1.6
>Reporter: Sebastian Nagel
> Attachments: NUTCH-1344.patch
>
>
> Most of the normalization done by BasicURLNormalizer (lowercasing host, 
> removing default port, removal of page anchors, cleaning . and . in the path) 
> is not done for URLs with protocol https.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira