final AuWriter out =
AuWriters.newInstance().open(request, response, 0);
if (!getAuDecoder(wapp).isIgnorable(request, wapp)) {
final String deviceType = getDeviceType(request);
URIInfo ui = wapp != null ? (URIInfo)wapp.getConfiguration()
.getTimeoutURI(getDeviceType(request)): null;
String uri = ui != null ? ui.uri: null;
final AuResponse resp;
if (uri != null) {
if (uri.length() != 0)