George Schizas
George Schizas
The problem seems to be mostly in the PGP signing. Here's a sample [response I made with mitmproxy](https://github.com/sonatype/nexus-public/files/3917202/nexus.2.txt). And here's the [full mitmproxy file (whatever that means)](https://github.com/sonatype/nexus-public/files/3917208/nexus.1.txt). You'll see that...
I managed to do a workaround, using URL rewrite. Add this to web.config: ``` ``` And then it just works! The REQUEST_URI does most of the heavy lifting. It should...
> I am still having this issue Well, it hasn't been merged or published, what did you expect? 😄
If you have a solution, do a PR, there's no point in commenting the solution!
> It should probably use missingval value for consistency not an empty string. I've updated the pull request