You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ankita Agarwal (Jira)" <ji...@apache.org> on 2021/07/02 11:33:00 UTC

[jira] [Updated] (SLING-10580) While receiving commands, SocketException is not handled in readline()

     [ https://issues.apache.org/jira/browse/SLING-10580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ankita Agarwal updated SLING-10580:
-----------------------------------
    Description: 
run a nmap command:

{{nmap -sT -p <controlPort> 127.0.0.1}} 

SocketException is thrown but it's not handled  in the readline()

https://github.com/apache/sling-org-apache-sling-launchpad-base/blob/master/src/main/java/org/apache/sling/launchpad/app/ControlListener.java#L217

> While receiving commands, SocketException is not handled in readline() 
> -----------------------------------------------------------------------
>
>                 Key: SLING-10580
>                 URL: https://issues.apache.org/jira/browse/SLING-10580
>             Project: Sling
>          Issue Type: Bug
>          Components: Launchpad
>    Affects Versions: Launchpad Base 2.7.0
>            Reporter: Ankita Agarwal
>            Priority: Major
>
> run a nmap command:
> {{nmap -sT -p <controlPort> 127.0.0.1}} 
> SocketException is thrown but it's not handled  in the readline()
> https://github.com/apache/sling-org-apache-sling-launchpad-base/blob/master/src/main/java/org/apache/sling/launchpad/app/ControlListener.java#L217



--
This message was sent by Atlassian Jira
(v8.3.4#803005)