[
https://issues.jboss.org/browse/JBIDE-18911?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-18911:
------------------------------------------
Unfortunately I can reproduce this. This is caused by the Eclipse Tooling.
For documentation purpose I see the following cause:
{code:title=CodeAnythingCartridge}
@Override
public URL getUrl() {
try {
return new URL(urlString);
} catch (MalformedURLException e) {
return null;
}
}
{code}
urlString has the correct value
("git@github.com:openshift-cartridges/openshift-wildfly-cartridge.git/") but it
may not be turned into a java.net.URL. The above snippet thus returns *null* and causes us
to request to send bad parameters.
allow URL in the form "from-code=git(a)github.com" for custom
app source code and downloadable cartridges
-------------------------------------------------------------------------------------------------------
Key: JBIDE-18911
URL:
https://issues.jboss.org/browse/JBIDE-18911
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.2.0.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: application_wizard, embed_wizard
Fix For: 4.2.3.Beta1
We should be able to use urls that refer to github repositories when using custom
application source code and downloadable cartridges
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)