You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Tsuyoshi Ito (JIRA)" <ji...@apache.org> on 2010/10/13 11:36:33 UTC

[jira] Created: (CLEREZZA-324) Search engines sets no Accept: application/xhtml+xml or text/html therefore indexing json instead of html

Search engines sets no Accept: application/xhtml+xml or text/html therefore indexing json instead of html
---------------------------------------------------------------------------------------------------------

                 Key: CLEREZZA-324
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-324
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Tsuyoshi Ito
            Priority: Critical


Search engines should indexing html pages not json.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLEREZZA-324) Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html

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

Manuel Innerhofer resolved CLEREZZA-324.
----------------------------------------

    Resolution: Fixed

> Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-324
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-324
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ito
>            Assignee: Manuel Innerhofer
>            Priority: Critical
>
> Search engines should indexing html pages not json.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CLEREZZA-324) Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reopened CLEREZZA-324:
-----------------------------------------


The default accept-header prefers html over xhtml, this means that depending on the undeterministic oder of the filters the xhtml2html filter may convert an xhtml response. As default accept header I would suggest:
application/xhtml+xml, text/html;q=.9, application/rdf+xml;q=.8, */*;q=.1.

See also my mail on mailing list about a solution on the jax-rs level by this issue or by CLEREZZA-325.

> Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-324
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-324
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ito
>            Assignee: Manuel Innerhofer
>            Priority: Critical
>
> Search engines should indexing html pages not json.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CLEREZZA-324) Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-324.
---------------------------------------


> Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-324
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-324
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ito
>            Assignee: Manuel Innerhofer
>            Priority: Critical
>
> Search engines should indexing html pages not json.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CLEREZZA-324) Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html

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

Manuel Innerhofer reassigned CLEREZZA-324:
------------------------------------------

    Assignee: Manuel Innerhofer

> Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-324
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-324
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ito
>            Assignee: Manuel Innerhofer
>            Priority: Critical
>
> Search engines should indexing html pages not json.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLEREZZA-324) Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html

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

Manuel Innerhofer resolved CLEREZZA-324.
----------------------------------------

    Resolution: Fixed

Accidentally I committed a change in platform.typerendering where I deleted some superfluous methods. So don't get distracted by that.

> Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-324
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-324
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ito
>            Assignee: Manuel Innerhofer
>            Priority: Critical
>
> Search engines should indexing html pages not json.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CLEREZZA-324) Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html

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

Tsuyoshi Ito updated CLEREZZA-324:
----------------------------------

    Summary: Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html  (was: Search engines sets no Accept: application/xhtml+xml or text/html therefore indexing json instead of html)

> Search engines sets no Accept Header application/xhtml+xml or text/html therefore indexing json instead of html
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-324
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-324
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ito
>            Priority: Critical
>
> Search engines should indexing html pages not json.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.