if(deviceVerify(user, pass)) return true;
// TODO -- Actually, validate against ASM, and it can *find* the correct
// TODO -- server/user combination and restrict the display/interaction to that server.
AuctionServer aucServ = AuctionServerManager.getInstance().getServer();
return aucServ.validate(user, pass);
}
protected StringBuffer buildHeaders(String whatDocument, byte[][] buf) throws FileNotFoundException {
String relativeDocument = whatDocument;
StringBuffer outBuf = new StringBuffer(256);