You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (JIRA)" <ji...@apache.org> on 2012/04/21 12:08:34 UTC

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

Sebastian Nagel created NUTCH-1344:
--------------------------------------

             Summary: 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


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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Sebastian Nagel (JIRA)" <ji...@apache.org>.
    [ 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

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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] [Resolved] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

Posted by "Sebastian Nagel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Nagel resolved NUTCH-1344.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   1.6

committed to trunk (revision 1396801) and 2.x (revision 1396800)


                
> 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

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
    [ 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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
    [ 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] [Updated] (NUTCH-1344) BasicURLNormalizer to normalize https same as http

Posted by "Sebastian Nagel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Nagel updated NUTCH-1344:
-----------------------------------

    Attachment: NUTCH-1344.patch
    
> 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira