Re: SFTP component possible bug with URL parameter including char sequence “)&”

2021-07-25 Thread Tadayoshi Sato
; -Ursprüngliche Nachricht- > Von: Pasquale Congiusti > Gesendet: Mittwoch, 21. Juli 2021 17:22 > An: users@camel.apache.org > Betreff: {EXT} Re: SFTP component possible bug with URL parameter > including char sequence “)&” > > I think a possible workaround while we

Re: SFTP component possible bug with URL parameter including char sequence “)&”

2021-07-25 Thread EIBL Florian (ICS460-BAI)
-Ursprüngliche Nachricht- Von: Pasquale Congiusti Gesendet: Mittwoch, 21. Juli 2021 17:22 An: users@camel.apache.org Betreff: {EXT} Re: SFTP component possible bug with URL parameter including char sequence “)&” I think a possible workaround while we figure out how to fix it is to pro

Re: SFTP component possible bug with URL parameter including char sequence “)&”

2021-07-21 Thread Pasquale Congiusti
ting to the server. >> It seems that the password is not URL decoded before it is used by the >> Camel SftpConsumer and hence it is wrong. >> >> Any ideas? >> >> >> Thx and regards, >> Flo >> >> Von: Pasquale Congiusti >> Gesendet: Freitag,

Re: SFTP component possible bug with URL parameter including char sequence “)&”

2021-07-21 Thread Pasquale Congiusti
fore it is used by the > Camel SftpConsumer and hence it is wrong. > > Any ideas? > > > Thx and regards, > Flo > > Von: Pasquale Congiusti > Gesendet: Freitag, 16. Juli 2021 16:37 > An: users@camel.apache.org > Betreff: {EXT} Re: SFTP component possible bug with URL pa

Re: SFTP component possible bug with URL parameter including char sequence “)&”

2021-07-21 Thread EIBL Florian (ICS460-BAI)
decoded before it is used by the Camel SftpConsumer and hence it is wrong. Any ideas? Thx and regards, Flo Von: Pasquale Congiusti Gesendet: Freitag, 16. Juli 2021 16:37 An: users@camel.apache.org Betreff: {EXT} Re: SFTP component possible bug with URL parameter including char sequence “)&”

Re: SFTP component possible bug with URL parameter including char sequence “)&”

2021-07-16 Thread Pasquale Congiusti
Hi there, you can try to urlencode the problematic characters and see if it solves. Pasquale. On Fri, Jul 16, 2021 at 12:39 PM EIBL Florian (ICS460-BAI) < florian.e...@spar-ics.com> wrote: > Hello, > > > > I‘m using Camel v3.10.0 and openjdk 14.0.1 > > > > Camel has a problem building this