On Fri, Oct 5, 2018 at 4:45 AM sebb <[email protected]> wrote: > > FTR, %2F is the encoding for a '/', i.e. the directory separator on many OSes.
Fixed: https://github.com/apache/whimsy/commit/d56b2085957eedd9f5c414e3578a54cdf90996a0 Because I wasn't URI encoding this value, it was being treated as a URI separator. Once encoded, I needed to decode for comparison purposes. - Sam Ruby > On Fri, 5 Oct 2018 at 06:39, Craig Russell <[email protected]> wrote: > > > > ok, they sent another ccla so this one should not be filed, just used to > > debug. > > > > Craig > > > > > > > On Oct 4, 2018, at 7:37 PM, Sam Ruby <[email protected]> wrote: > > > > > > Reproduced locally, but I'll be hopping on a plane first thing > > > tomorrow morning so it may be a day or three before I can look at it. > > > > > > - Sam Ruby > > > On Thu, Oct 4, 2018 at 9:03 PM Craig Russell <[email protected]> wrote: > > >> > > >> Hi, > > >> > > >> There is an email with an attached CCLA document with %2F in the file > > >> name. I'm unable to persuade workbench to process it. > > >> > > >> 404 - Not Found > > >> Whatever you're looking for is not there. We'll double-check our crystal > > >> balls, but you should probably try another magic link. > > >> > > >> I can manually work around this but I'd rather see if there is a bug/fix. > > >> > > >> Thanks, > > >> > > >> Craig > > >> > > >> Craig L Russell > > >> Secretary, Apache Software Foundation > > >> [email protected] http://db.apache.org/jdo > > >> > > > > Craig L Russell > > Secretary, Apache Software Foundation > > [email protected] <mailto:[email protected]> http://db.apache.org/jdo > > <http://db.apache.org/jdo>
