You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/08 11:25:00 UTC

[jira] [Work logged] (CAMEL-14374) Camel-irc validation of endpoint's url fails for correct url

     [ https://issues.apache.org/jira/browse/CAMEL-14374?focusedWorklogId=368138&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-368138 ]

ASF GitHub Bot logged work on CAMEL-14374:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Jan/20 11:24
            Start Date: 08/Jan/20 11:24
    Worklog Time Spent: 10m 
      Work Description: JiriOndrusek commented on pull request #3467: [CAMEL-14374] Camel-irc validation of endpoint's url fails for url
URL: https://github.com/apache/camel/pull/3467
 
 
   Issue: https://issues.apache.org/jira/browse/CAMEL-14374
   
   Method sanitaze(), which contained a lot of logic about handling the uri, was removed.
   Compo model was used instead.
   
   This change led to remove one of the uri syntaxes (irc:nick@host[:port]/#room[?options])
   Doc was updated and note to the upgrade guide was added.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 368138)
    Remaining Estimate: 0h
            Time Spent: 10m

> Camel-irc validation of endpoint's url fails for correct url
> ------------------------------------------------------------
>
>                 Key: CAMEL-14374
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14374
>             Project: Camel
>          Issue Type: Task
>          Components: camel-irc
>    Affects Versions: 3.1.0
>            Reporter: Jiri Ondrusek
>            Assignee: Jiri Ondrusek
>            Priority: Trivial
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> According to documentation https://camel.apache.org/components/latest/irc-component.html there are two options for endpoint urls:
> * irc:nick@host[:port]/#room[?options]
> * irc:nick@host[:port]?channels=#channel1,#channel2,#channel3[?options]
> But both of these urls are not valid according to camel validations  (e.g. validation by plugins)
> "Invalid integer value 6667/#test" or "option "channels" from doc is not part of the model, hence it is not valid"



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