%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <% System.out.println("authorize.jsp"); String appDesc = (String)request.getAttribute("CONS_DESC"); String token = (String)request.getAttribute("TOKEN"); String callback = (String)request.getAttribute("CALLBACK"); if(callback == null) callback = ""; %>