##// END OF EJS Templates
processes: better handling of PID that are not part of RhodeCode processes....
processes: better handling of PID that are not part of RhodeCode processes. - in some cases for multiple gunicorn instances the PID sent is not from rhodecode which would lead to AccessDenied errors. We prevent from crashing the server on this type of errors.

File last commit:

r2252:dc922ddb stable
r2661:042cb4c7 default
Show More
hg_diff_no_newline.diff
9 lines | 266 B | text/x-diff | DiffLexer
/ rhodecode / tests / fixtures / hg_diff_no_newline.diff
diffs: fixed problem with rendering no newline at the end of file markers....
r2252 diff --git a/server.properties b/server.properties
--- a/server.properties
+++ b/server.properties
@@ -1,2 +1,3 @@
property=value
-anotherProperty=value
\ No newline at end of file
+anotherProperty=value
+newProperty=super_important_value
\ No newline at end of file