113114115116117118119
*/ public void beginBasicAuthentication(WebRequest theRequest) { theRequest.setRedirectorName("ServletRedirectorSecure"); theRequest.setAuthentication( new BasicAuthentication("testuser", "testpassword")); }
77787980818283
38394041424344
39404142434445
*/ public void beginBasicAuthentication(WebRequest theRequest) { theRequest.setRedirectorName("ServletRedirectorSecure"); theRequest.setAuthentication( new BasicAuthentication("testuser", "testpwd")); }