Changes due to continue development. Switched to using calls to a single Servlet and telling it what method to execute. The test application was also updated to be more flexible.
This commit is contained in:
@@ -77,6 +77,7 @@ typedef struct _AuthCacheEntry
|
||||
LIST_ENTRY listEntry;
|
||||
DWORD creationTime;
|
||||
DWORD expirationTime;
|
||||
BOOL doesNotExpire;
|
||||
char *pHostName;
|
||||
char *pCacheKeyName;
|
||||
char *pToken;
|
||||
|
||||
Reference in New Issue
Block a user