-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Platform: All, OS: Windows XP
On Windows you get an NPE in the Configuration screen; I tracked this down to
hudson.util.FormFieldValidator line 368, where the system attempts to retrieve
the PATH environment variable. Unfortunately this is case sensitive, and many
Windows installations store this variable under the value Path - so it returns
null, resulting in the NPE.