Jimmy Axenhus

Results 5 issues of Jimmy Axenhus

An error check is missing after doing a [preg_match() here](https://github.com/doctrine/common/blob/0009b8f0d4a917aabc971fb089eba80e872f83f9/lib/Doctrine/Common/Reflection/StaticReflectionParser.php#L134). The code just ignores any errors, such as exceeding `pcre.backtrack_limit`. This is also true for the current master branch. Found...

This pull request resolves an issue with Safari not properly selecting an ``. Unlike other browsers Safari does select an `` when the `selected` attribute is set using `setAttribute()`. Using...

WebUI

This commit introduces the possibility of banning dynamic versions in the entire dependency tree before Maven computes the final dependency tree. If a dependency exists multiple times in the dependency...

After commiting and trying to browse the web repository it won't update. It looks like issue #89 but with the non-changed files working just as normal. The reason for this...

This is a reroll of the original change by Cooper/Ciioer in #53. Only minor changes have been made to make the change apply properly. - [X] All [tests](https://github.com/jfrog/artifactory-maven-plugin#testing-the-plugin) passed. If...