You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Michele Mostarda (Created) (JIRA)" <ji...@apache.org> on 2012/01/17 18:38:39 UTC

[jira] [Created] (ANY23-42) Fix issue in RDFa11Parser.java is not resolving relative URIs correctly

Fix issue in RDFa11Parser.java is not resolving relative URIs correctly
-----------------------------------------------------------------------

                 Key: ANY23-42
                 URL: https://issues.apache.org/jira/browse/ANY23-42
             Project: Apache Any23
          Issue Type: Bug
            Reporter: Michele Mostarda
            Assignee: Michele Mostarda
            Priority: Critical


All the relative URIs detected within an HTML document embedding RDFa are marked as invalid.

--
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] [Updated] (ANY23-42) Fix issue in RDFa11Parser.java is not resolving relative URIs correctly

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

Simone Tripodi updated ANY23-42:
--------------------------------

          Component/s: core
    Affects Version/s: 0.7.0
        Fix Version/s: 0.7.0
    
> Fix issue in RDFa11Parser.java is not resolving relative URIs correctly
> -----------------------------------------------------------------------
>
>                 Key: ANY23-42
>                 URL: https://issues.apache.org/jira/browse/ANY23-42
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>            Priority: Critical
>             Fix For: 0.7.0
>
>         Attachments: rdfa11parser-issue.patch
>
>
> All the relative URIs detected within an HTML document embedding RDFa are marked as invalid.

--
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] [Resolved] (ANY23-42) Fix issue in RDFa11Parser.java is not resolving relative URIs correctly

Posted by "Michele Mostarda (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michele Mostarda resolved ANY23-42.
-----------------------------------

    Resolution: Fixed

Fixed @r1240571.
                
> Fix issue in RDFa11Parser.java is not resolving relative URIs correctly
> -----------------------------------------------------------------------
>
>                 Key: ANY23-42
>                 URL: https://issues.apache.org/jira/browse/ANY23-42
>             Project: Apache Any23
>          Issue Type: Bug
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>            Priority: Critical
>         Attachments: rdfa11parser-issue.patch
>
>
> All the relative URIs detected within an HTML document embedding RDFa are marked as invalid.

--
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] [Closed] (ANY23-42) Fix issue in RDFa11Parser.java is not resolving relative URIs correctly

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed ANY23-42.
-------------------------------------


Bulk close for 0.7.0-incubating release
                
> Fix issue in RDFa11Parser.java is not resolving relative URIs correctly
> -----------------------------------------------------------------------
>
>                 Key: ANY23-42
>                 URL: https://issues.apache.org/jira/browse/ANY23-42
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>            Priority: Critical
>             Fix For: 0.7.0
>
>         Attachments: rdfa11parser-issue.patch
>
>
> All the relative URIs detected within an HTML document embedding RDFa are marked as invalid.

--
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] (ANY23-42) Fix issue in RDFa11Parser.java is not resolving relative URIs correctly

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200677#comment-13200677 ] 

Hudson commented on ANY23-42:
-----------------------------

Integrated in Any23-trunk #95 (See [https://builds.apache.org/job/Any23-trunk/95/])
    Fixed relative URIs management in RDFa11Parser.
Added strictest controls in RDFa11ExtractorTest (added verification of non blocking issues).
Fixed test files, added default namespace to be compliant to RDFa 1.1 specification.
This commit is related to issue #ANY23-42.

mostarda : 
Files : 
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11Parser.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/Any23Test.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java
* /incubator/any23/trunk/core/src/test/resources/html/rdfa/opengraph-structured-properties.html
* /incubator/any23/trunk/core/src/test/resources/html/rdfa/rel-href.html
* /incubator/any23/trunk/core/src/test/resources/html/rdfa/rel-rev.html
* /incubator/any23/trunk/core/src/test/resources/html/rdfa/vocab.html

                
> Fix issue in RDFa11Parser.java is not resolving relative URIs correctly
> -----------------------------------------------------------------------
>
>                 Key: ANY23-42
>                 URL: https://issues.apache.org/jira/browse/ANY23-42
>             Project: Apache Any23
>          Issue Type: Bug
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>            Priority: Critical
>         Attachments: rdfa11parser-issue.patch
>
>
> All the relative URIs detected within an HTML document embedding RDFa are marked as invalid.

--
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] [Updated] (ANY23-42) Fix issue in RDFa11Parser.java is not resolving relative URIs correctly

Posted by "Michele Mostarda (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michele Mostarda updated ANY23-42:
----------------------------------

    Attachment: rdfa11parser-issue.patch

Tentative fix.
TestCase coverage still missing.
                
> Fix issue in RDFa11Parser.java is not resolving relative URIs correctly
> -----------------------------------------------------------------------
>
>                 Key: ANY23-42
>                 URL: https://issues.apache.org/jira/browse/ANY23-42
>             Project: Apache Any23
>          Issue Type: Bug
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>            Priority: Critical
>         Attachments: rdfa11parser-issue.patch
>
>
> All the relative URIs detected within an HTML document embedding RDFa are marked as invalid.

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