You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2014/02/07 08:39:24 UTC

[jira] [Created] (SLING-3381) JobManager.getQueue() might not return queue

Carsten Ziegeler created SLING-3381:
---------------------------------------

             Summary: JobManager.getQueue() might not return queue
                 Key: SLING-3381
                 URL: https://issues.apache.org/jira/browse/SLING-3381
             Project: Sling
          Issue Type: Bug
          Components: Extensions
    Affects Versions: Event 3.3.4
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Event 3.3.6


JobManager.getQueue(String) allows to get a queue based on its name, however internally the implementation uses a filtered name (e.g. / replaced with a dash) and the method passes the provided name directly into the map without applying the same filtering. Therefore as soon as filtered characters are usd in the name, the method will return null.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)