On Thu, 18 Dec 2003, Dirk-Willem van Gulik wrote: > + if (strlen(aconfig->ap_auth_nonce) > 510) > + return "AuthNonce lenght limited to 510 chars for browser > compatibility";
s/lenght/length/ > + > + for(i=0;i<strlen(aconfig->ap_auth_nonce );i++) > + if (!ap_isalnum(aconfig->ap_auth_nonce [i])) > + return "AuthNonce limited to 0-9 and A-Z range for browser > compatibilty"; s/compatibilty/compatibility/ --Cliff