[JBoss JIRA] (JBIDE-13111) Enable OK button only when all parameters have values set
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13111?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-13111:
----------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Enable OK button only when all parameters have values set
> ---------------------------------------------------------
>
> Key: JBIDE-13111
> URL: https://issues.jboss.org/browse/JBIDE-13111
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.0.0.CR1
> Reporter: Jaroslav Jankovič
> Assignee: Xavier Coulon
> Labels: jax-rs, jax-ws
> Fix For: LATER
>
> Attachments: JBIDE-13111.jpg
>
>
> It would be useful, if OK button in "WS Tester: URL Parameters" dialog was disabled if there is at least one parameters without value set (by default/user defined value). I assume there is always need to set all parameters.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-19013) Displaying HTTP encoded characters in JAX-RS Web Services explorer
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19013?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-19013:
----------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Displaying HTTP encoded characters in JAX-RS Web Services explorer
> ------------------------------------------------------------------
>
> Key: JBIDE-19013
> URL: https://issues.jboss.org/browse/JBIDE-19013
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.2.1.Final
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Minor
> Labels: jax-rs
> Fix For: LATER
>
>
> Some special characters are encoded in URL. E.g. "&" is encoded as "%26". Using such encoded character In JAX-RS Resource (for example in Path) could be shown in explorer as "&" instead of "%26".
> Also having 2 methods with same Path and Mediatype distinguished only be format of special characters (first one would have & and second one %26) could show warning on having ambigous paths.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-10891) JAX-RS application support in web.xml does not work for implementation specific configurations
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10891?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-10891:
----------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> JAX-RS application support in web.xml does not work for implementation specific configurations
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-10891
> URL: https://issues.jboss.org/browse/JBIDE-10891
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 3.3.0.M5
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: jax-rs
> Fix For: LATER
>
>
> Application configuration does not work for custom implementation configurations:
> {code}
> <servlet>
> <servlet-name>Resteasy</servlet-name>
> <servlet-class>org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher</servlet-class>
> </servlet>
> <servlet-mapping>
> <servlet-name>Resteasy</servlet-name>
> <url-pattern>/*</url-pattern>
> </servlet-mapping>
> {code}
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-19096) Connection wizard: Allow v2 and v3 Connections
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19096?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-19096:
---------------------------------------
[~maxandersen] I would also prefer a more stylish and full-featured dialog, but I wouldn't allow that to hold up completion of this feature. Maybe that can be an add-on or stretch goal for the June release. I don't know how the rhc->osc is doing it now; I'm not sure it has been implemented yet since they have been focusing on getting certs to work. It should be, however, landing shortly. Isn't the token expiration whatever value that is designated by the OAuth provider?
> Connection wizard: Allow v2 and v3 Connections
> ----------------------------------------------
>
> Key: JBIDE-19096
> URL: https://issues.jboss.org/browse/JBIDE-19096
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Alpha1
> Reporter: Andre Dietisheim
> Labels: connection_wizard
> Fix For: 4.3.0.Alpha1
>
> Attachments: fullauthoptions.bmml, fullauthoptions.png, screenshot-openshift-signin.png
>
>
> !screenshot-openshift-signin.png!
> In order to allow us to present v2 and v3 connections we have to change the connection wizard:
> When creating a new connection, we only know whether a server is a v2 or v3 OpenShift host once, we have the url for it. The required settings that the user then has to provide then are different:
> * v2 connections currently use username/password (and will most likely also allow x509, kerberos)
> * v3 connections will most likely require OAuth settings.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months