You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Andreas Baumann (JIRA)" <ji...@codehaus.org> on 2009/10/21 11:40:26 UTC

[jira] Created: (MRM-1269) RSS feed contains the host of the requested server

RSS feed contains the host of the requested server
--------------------------------------------------

                 Key: MRM-1269
                 URL: http://jira.codehaus.org/browse/MRM-1269
             Project: Archiva
          Issue Type: Bug
    Affects Versions: 1.2.2
         Environment: jetty standalone 1.2.2, JRE 1.6, Centos 5.3, 64-bit,
Apache mod_proxy
            Reporter: Andreas Baumann


Imagine running jetty standalone on localhost:8080, having a proxy before. The RSS feed gets the scheme, name, port
from the RSSServletRequest.

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>New Artifacts in Repository 'internal'</title>
    <link>https://localhost:8080/archiva/feeds/internal</link>

Maybe having a configuration setting is an option, where the URL base for thinks like "WebDavURL", "RSS base URL" etc. can be set
manually instead of guessing them in different ways (ContextUtils.java, req.getBaseUrl( ), etc.)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MRM-1269) RSS feed contains the host of the requested server

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-1269:
------------------------------

    Fix Version/s: Backlog

> RSS feed contains the host of the requested server
> --------------------------------------------------
>
>                 Key: MRM-1269
>                 URL: http://jira.codehaus.org/browse/MRM-1269
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.2.2
>         Environment: jetty standalone 1.2.2, JRE 1.6, Centos 5.3, 64-bit,
> Apache mod_proxy
>            Reporter: Andreas Baumann
>             Fix For: Backlog
>
>
> Imagine running jetty standalone on localhost:8080, having a proxy before. The RSS feed gets the scheme, name, port
> from the RSSServletRequest.
> <?xml version="1.0" encoding="UTF-8"?>
> <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
>   <channel>
>     <title>New Artifacts in Repository 'internal'</title>
>     <link>https://localhost:8080/archiva/feeds/internal</link>
> Maybe having a configuration setting is an option, where the URL base for thinks like "WebDavURL", "RSS base URL" etc. can be set
> manually instead of guessing them in different ways (ContextUtils.java, req.getBaseUrl( ), etc.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira