[jbosstools-issues] [JBoss JIRA] (JBIDE-26254) Request parameters are not validated

Jan Richter (JIRA) issues at jboss.org
Thu Aug 2 09:35:01 EDT 2018


    [ https://issues.jboss.org/browse/JBIDE-26254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613875#comment-13613875 ] 

Jan Richter commented on JBIDE-26254:
-------------------------------------

A list of methods that have problems with wrong parameters:
* findServerBeans - null values
* addDiscoveryPath - null values
* removeDiscoveryPath - null values
* getRequiredAttributes - null values
* getOptionalAttributes - null values
* createServer - null values
* deleteServer - null values
* getLaunchModes - unsupported server types, null values
* getLaunchCommand - null values
* serverStaring(ed)ByClient - null values
* start/stopServerAsync - null values
 
Note: getRequired/OptionalLaunchAttributes return null (JBIDE-26281) anyway, so they might still be worth checking out 

> Request parameters are not validated
> ------------------------------------
>
>                 Key: JBIDE-26254
>                 URL: https://issues.jboss.org/browse/JBIDE-26254
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: runtime-server-protocol
>            Reporter: Jan Richter
>            Assignee: Rob Stryker
>
> When sending requests with parameters, one can simply send invalid objects as payload. The server does not respond then (because it is too busy throwing exceptions, I presume).
> i.e. send: server/findServerBeans(null)



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list