You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/02/15 22:30:05 UTC

[jira] Created: (INFRA-1164) cwiki's wsdl points to wrong address

cwiki's wsdl points to wrong address
------------------------------------

                 Key: INFRA-1164
                 URL: https://issues.apache.org/jira/browse/INFRA-1164
             Project: Infrastructure
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: JIRA
            Reporter: Jason Dillon


Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:

----8<---- 
<wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
---->8----

Which renders the SOAP interface of Confluence highly crippled ;-)

Can we please get this configured to use the correct hostname & port?

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


[jira] Resolved: (INFRA-1164) cwiki's wsdl points to wrong address

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

Jeff Turner resolved INFRA-1164.
--------------------------------

    Resolution: Fixed
      Assignee: Jeff Turner  (was: Ted Husted)

Fixed by adding 'ProxyPreserveHost on' to the httpd config.

> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jason Dillon
>            Assignee: Jeff Turner
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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


[jira] Commented: (INFRA-1164) cwiki's wsdl points to wrong address

Posted by "Martin Cooper (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562918#action_12562918 ] 

Martin Cooper commented on INFRA-1164:
--------------------------------------

It looks like this is a known bug that was filed against JIRA but also affects Confluence:

http://jira.atlassian.com/browse/JRA-10849

> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jason Dillon
>            Assignee: Ted Husted
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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


[jira] Updated: (INFRA-1164) cwiki's wsdl points to wrong address

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

Henri Yandell updated INFRA-1164:
---------------------------------

    Issue Type: Bug  (was: New JIRA Project)

> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jason Dillon
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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


[jira] Assigned: (INFRA-1164) cwiki's wsdl points to wrong address

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

Ted Husted reassigned INFRA-1164:
---------------------------------

    Assignee: Ted Husted  (was: Don Brown)

> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jason Dillon
>            Assignee: Ted Husted
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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


[jira] Commented: (INFRA-1164) cwiki's wsdl points to wrong address

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520253 ] 

Ted Husted commented on INFRA-1164:
-----------------------------------

We're running behind Apache HTTPD and that is probably the hostname and port that HTTPD sees. I'm not sure if its something we need to configure in HTTPD or in Confluence. I haven't worked with the Remote API myself, but if someone can follow up with Atlassian, I'd be happy to make the necessary changes on this end. 

[http://confluence.atlassian.com/display/DOC/Remote+API+Specification]

-Ted.


> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jason Dillon
>            Assignee: Ted Husted
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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


[jira] Updated: (INFRA-1164) cwiki's wsdl points to wrong address

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

Gogulakrishnan updated INFRA-1164:
----------------------------------

      Priority: Critical  (was: Major)
    Issue Type: New JIRA Project  (was: Bug)

> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: New JIRA Project
>      Security Level: public(Regular issues) 
>          Components: JIRA
>            Reporter: Jason Dillon
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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


[jira] Updated: (INFRA-1164) cwiki's wsdl points to wrong address

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

Henri Yandell updated INFRA-1164:
---------------------------------

    Component/s:     (was: JIRA)
                 Confluence

> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jason Dillon
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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


[jira] Updated: (INFRA-1164) cwiki's wsdl points to wrong address

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

Henri Yandell updated INFRA-1164:
---------------------------------

    Assignee: Don Brown

Any thoughts Don?

> cwiki's wsdl points to wrong address
> ------------------------------------
>
>                 Key: INFRA-1164
>                 URL: https://issues.apache.org/jira/browse/INFRA-1164
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Confluence
>            Reporter: Jason Dillon
>         Assigned To: Don Brown
>            Priority: Critical
>
> Confluence wsdl ( http://cwiki.apache.org/confluence/rpc/soap-axis/confluenceservice-v1?wsdl ) is using localhost:8888 for its address:
> ----8<---- 
> <wsdlsoap:address location="http://localhost:8888/confluence/rpc/soap-axis/confluenceservice-v1"/>
> ---->8----
> Which renders the SOAP interface of Confluence highly crippled ;-)
> Can we please get this configured to use the correct hostname & port?

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