Re: blankAsPlus and out of spec servers, suggestion

2022-05-11 Thread Skylos
Technically correct. And I was eventually able to find out HOW the maven coordinates are different. Thanks. David On Wed, May 11, 2022 at 8:16 AM Gary Gregory wrote: > The Maven coordinates are different for the 3, 4 and 5 lines. > > Gary > > On Wed, May 11, 2022, 08:01 Skylos wrote: > > >

Re: blankAsPlus and out of spec servers, suggestion

2022-05-11 Thread Gary Gregory
The Maven coordinates are different for the 3, 4 and 5 lines. Gary On Wed, May 11, 2022, 08:01 Skylos wrote: > Hm. Why might it be that version 4.5.13 is the latest version of > httpcomponents:httpclient that exists on maven central? Is there some > alternative repository I should be looking a

Re: blankAsPlus and out of spec servers, suggestion

2022-05-11 Thread Skylos
Hm. Why might it be that version 4.5.13 is the latest version of httpcomponents:httpclient that exists on maven central? Is there some alternative repository I should be looking at to get this version five artifact? David On Wed, May 11, 2022 at 1:35 AM Oleg Kalnichevski wrote: > On Tue, 2022-

Re: blankAsPlus and out of spec servers, suggestion

2022-05-10 Thread Oleg Kalnichevski
On Tue, 2022-05-10 at 18:13 -0400, Skylos wrote: > I'm communicating with an out of spec server which does not recognize > "+" > as a blank space in query strings - this was quite a problem as I am > passing actual filenames which I don't control and which may have > spaces in > them! > > The work

blankAsPlus and out of spec servers, suggestion

2022-05-10 Thread Skylos
I'm communicating with an out of spec server which does not recognize "+" as a blank space in query strings - this was quite a problem as I am passing actual filenames which I don't control and which may have spaces in them! The workaround I built was to copy format (and everything it calls) from