Brad Wood

Results 104 comments of Brad Wood

The fix appears to just be to convert the URI into a path which will decode any URI escape sequences. Create a new instance of `java.net.URI` and then call `URI.getPath()`...

It would be nice to actually include the entire Globber library, which is where the path pattern matcher CFC came from. There have been fixes in that upstream project too....

Weird, I'll check. This code is totally compiling and passing the tests here.

@zspitzer Oh, I know the issue. That class is in the other pull because this pull depends on the new functionality I added in the first pull. You'll need to...

@zspitzer When I did the work for this pull, I was working on the branch from the previous pull. I only pulled those changes over to this branch at the...

@zspitzer Ok, now that the other pull is merged, I tried rebasing this branch to include those commits. Hopefully I did the rebase right, and the tests will pass now!

Sigh, there's some random tests failing that have nothing to do with this ticket. I'm not sure if the rebase did what it was supposed to-- I hate Git sometimes,...

re-trying this pull here: https://github.com/lucee/Lucee/pull/1816

@zspitzer @micstriit https://luceeserver.atlassian.net/browse/LDEV-3878