]
Rob Stryker commented on JBIDE-21801:
-------------------------------------
[~dhladky] Any update on the status of the social logins? Since you're working in that
area maybe you can give some information. Thanks.
Can't Download Runtimes for JBoss EAP and JBoss Fuse using git
account signup
-----------------------------------------------------------------------------
Key: JBIDE-21801
URL:
https://issues.jboss.org/browse/JBIDE-21801
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server, upstream
Affects Versions: 4.3.1.Beta2
Reporter: Aurélien Pupier
Assignee: Rob Stryker
Fix For: 4.4.0.Alpha1, 4.3.2.Final
Attachments: 1-preferencepage.png, 2-selectRuntime.png,
3-clickDownLoadAndInstall.png, 4-selectEactVersion.png, 5-fillCredentials.png,
6-PleaseuseFollowingLink.png, 7-allInformationprovided.png
first technical investigation:
- the url used to retrieve information on the Terms and conditions page is (I put a
breakpoint on DownloadmanagertermsAndConditionsFragment.getTCResponseString):
https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
and it returns:
{noformat}
<?xml version="1.0" encoding="UTF-8"?>
<result>
<htmlText><![CDATA[It is no longer possible to accept terms and conditions in
the wizard. Please, use <a
href="https://developers.redhat.com/download-manager/file/jboss-fuse...
link</a> instead!]]></htmlText>
<plainText><![CDATA[It is no longer possible to accept terms and conditions
in the wizard. Please, use
https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...
instead!]]></plainText>
<customParams>
<param name="company" label="Company" />
<param name="country" label="Country" >
<options multiple="false">
</options>
</param>
<param name="downloadURL" label="Downloaded file" >
<options multiple="false">
<option
key="https://www.jboss.org/download-manager/content/origin/files/sha...
</options>
</param>
</customParams>
</result>
{noformat}