diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-11 15:50:13 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-11 15:50:13 -0400 |
commit | 9788200234dfe222989823c6160d2be40fd84415 (patch) | |
tree | 6dea94207431ad05a064cfd3196d3bf5dde43b62 /releases.moxie | |
parent | cedf138f3c9afeae7bcbda5dbb0511ebec297d10 (diff) | |
download | gitblit-9788200234dfe222989823c6160d2be40fd84415.tar.gz gitblit-9788200234dfe222989823c6160d2be40fd84415.zip |
Improve NPE handling for hook script enumeration (issue-253)
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie index d5c04ae2..197013ac 100644 --- a/releases.moxie +++ b/releases.moxie @@ -28,6 +28,7 @@ r17: { - Ensure Redmine url is properly formatted (issue 223)
- Use standard ServletRequestWrapper instead of custom wrapper (issue 224)
- Switch commit message back to a pre and ensure that it is properly escaped when combined with commit message regex substitution (issue 242)
+ - Improve NPE handling for hook script enumeration (issue-253)
changes:
- Improved error logging for servlet containers which provide a null contextFolder (issue 199)
|