Changeset 8:a41fc44dff3c in iovar
- Timestamp:
- May 9, 2014, 12:17:02 AM (4 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r7 r8 1 1 Copyright (C) 2011-2014 Lannocc Technologies 2 2 @%@~LICENSE~@%@ 3 4 saw_050914_1 - /bin/help. 3 5 4 6 saw_050814_10 - Transport handlers now extend HttpServlet and behave as shell utilities. This -
INSTALL
r5 r8 1 Copyright (C) 201 2-2014 Lannocc Technologies1 Copyright (C) 2011-2014 Lannocc Technologies 2 2 @%@~LICENSE~@%@ 3 3 -
README
r4 r8 1 Copyright (C) 201 2-2014 Lannocc Technologies1 Copyright (C) 2011-2014 Lannocc Technologies 2 2 @%@~LICENSE~@%@ 3 3 -
src/com/iovar/web/proc/ShellSession.java
r0 r8 29 29 { 30 30 public static final String ENV_INSTANCE = "INSTANCE"; // instance ID for the session 31 public static final String ENV_VERSION = "IOVAR_VERSION"; // version of the IOVAR shell 31 32 //public static final String ENV_ROOT = "ROOT"; // webapp root where shell is first invoked 32 33 public static final String ENV_USER = "USER"; // user name that started the shell … … 127 128 128 129 env.put (ENV_INSTANCE, id); 130 env.put (ENV_VERSION, Shell.VERSION); 129 131 //env.put (ENV_ROOT, root); 130 132 //env.put (ENV_WORKING_URI_BASE, pwu);
Note: See TracChangeset
for help on using the changeset viewer.