correct spec's text about empty environment variables

This commit is contained in:
Havoc Pennington 2011-11-27 12:06:10 -05:00
parent 6ec2681055
commit 0457e352fb

View File

@ -1026,7 +1026,8 @@ environment, for example.
Environment variables are interpreted as follows:
- present and set to empty string: treated as not present
- env variables set to the empty string are kept as such (set to
empty string, rather than undefined)
- System.getenv throws SecurityException: treated as not present
- encoding is handled by Java (System.getenv already returns
a Unicode string)