1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> |
---|
2 | <!-- saved from url=(0101)https://dev0.admin.aghost.net/admin/index.cfm --> |
---|
3 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><HTML><HEAD><META |
---|
4 | content="IE=11.0000" http-equiv="X-UA-Compatible"> |
---|
5 | <TITLE>DTN Web Hosting Security Screen</TITLE> |
---|
6 | <META http-equiv="Content-Type" content="text/html; charset=utf-8"> |
---|
7 | <SCRIPT language="JavaScript"> |
---|
8 | <!-- |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | // SetCookie sets a given cookie's values |
---|
13 | function SetCookie (name, value, expires) |
---|
14 | { |
---|
15 | var argv = SetCookie.arguments; |
---|
16 | var argc = SetCookie.arguments.length; |
---|
17 | var expires = (argc > 2) ? argv[2] : null; |
---|
18 | var path = "/"; |
---|
19 | var domain = (argc > 4) ? argv[4] : null; |
---|
20 | var secure = (argc > 5) ? argv[5] : false; |
---|
21 | document.cookie = name + "=" + escape (value) + |
---|
22 | ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + |
---|
23 | ((path == null) ? "" : ("; path=" + path)) + |
---|
24 | ((domain == null) ? "" : ("; domain=" + domain)) + |
---|
25 | ((secure == true) ? "; secure" : ""); |
---|
26 | } |
---|
27 | |
---|
28 | // deleteCookie expires a cookie now |
---|
29 | function deletecookie(theCookie, goSomewhere) |
---|
30 | { |
---|
31 | var expdate = new Date(); |
---|
32 | expdate.setTime(expdate.getTime()); |
---|
33 | SetCookie (theCookie, 1, expdate); |
---|
34 | |
---|
35 | if( goSomewhere == 'yes' ) |
---|
36 | { |
---|
37 | |
---|
38 | |
---|
39 | var redirectAfterCookieDelete = 1; |
---|
40 | } |
---|
41 | |
---|
42 | } |
---|
43 | |
---|
44 | |
---|
45 | |
---|
46 | |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | |
---|
51 | |
---|
52 | |
---|
53 | |
---|
54 | |
---|
55 | SetCookie("testCookie", "testValue"); |
---|
56 | |
---|
57 | |
---|
58 | var agHostCookiesEnabled = document.cookie.indexOf("testValue") != -1; |
---|
59 | |
---|
60 | if( !agHostCookiesEnabled ) |
---|
61 | { |
---|
62 | var noCookiesWindow = window.open("/popup/cookieHelp.cfm?c=0&s=0", "noCookiesWin", "dependant=yes,hotkeys=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,width=450,height=595,screenX=0,screenY=0,left=0,top=0"); |
---|
63 | noCookiesWindow.focus(); |
---|
64 | } |
---|
65 | else |
---|
66 | { |
---|
67 | var redirectAfterCookieDelete = 1; |
---|
68 | } |
---|
69 | |
---|
70 | |
---|
71 | |
---|
72 | |
---|
73 | |
---|
74 | |
---|
75 | |
---|
76 | |
---|
77 | |
---|
78 | function doSubmit() { |
---|
79 | checkSP = document.checksecurity.username.value; |
---|
80 | if (checkSP.substr(0,2) == "SP" || checkSP.substr(0,2) == "sp" || checkSP.substr(0,2) == "Sp" || checkSP.substr(0,2) == "sP") { |
---|
81 | document.checksecurity.action = "/servprod/check_security.cfm"; |
---|
82 | |
---|
83 | } |
---|
84 | else { |
---|
85 | |
---|
86 | } |
---|
87 | } |
---|
88 | // --> |
---|
89 | </SCRIPT> |
---|
90 | |
---|
91 | <META name="GENERATOR" content="MSHTML 11.00.9600.17041"></HEAD> |
---|
92 | <BODY topmargin="0" bgcolor="#ffffff" onload="document.checksecurity.username.focus()"><BR><BR><BR><BR><BR><BR> |
---|
93 | <CENTER><B>Enter your UserName and Password to login to the |
---|
94 | Administrator.</B><BR><BR> |
---|
95 | <TABLE width="250" height="150" bordercolor="black" bgcolor="black" |
---|
96 | border="1"><TBODY> |
---|
97 | <TR> |
---|
98 | <TD bgcolor="silver"> |
---|
99 | <CENTER> |
---|
100 | <TABLE> |
---|
101 | <FORM name="checksecurity" onsubmit="doSubmit()" action="https://dev0.admin.aghost.net/admin/check_security.cfm" |
---|
102 | method="post"></FORM><INPUT name="forwardTo" type="hidden"> |
---|
103 | <TBODY> |
---|
104 | <TR> |
---|
105 | <TD><FONT color="red"><B>UserName:</B></FONT></TD> |
---|
106 | <TD><INPUT name="username" required="Yes" type="Text" size="15" maxlength="20"></TD></TR> |
---|
107 | <TR> |
---|
108 | <TD><FONT color="red"><B>Password:</B></FONT></TD> |
---|
109 | <TD><INPUT name="password" required="Yes" type="password" size="15" maxlength="20"></TD></TR> |
---|
110 | <TR> |
---|
111 | <TD> </TD> |
---|
112 | <TD><INPUT type="submit" value="Login"></TD></TR> |
---|
113 | <TR> |
---|
114 | <TD colspan="2">You are not authorized for this |
---|
115 | page!</TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE></CENTER> |
---|
116 | <P></P> |
---|
117 | <STYLE type="text/css"> |
---|
118 | .cfdebug |
---|
119 | { |
---|
120 | color:black; |
---|
121 | background-color:white; |
---|
122 | font-family:"Times New Roman", Times, serif; |
---|
123 | font-size:small |
---|
124 | } |
---|
125 | |
---|
126 | .cfdebuglge |
---|
127 | { |
---|
128 | color:black; |
---|
129 | background-color:white; |
---|
130 | font-family:"Times New Roman", Times, serif; |
---|
131 | font-size:medium; |
---|
132 | } |
---|
133 | |
---|
134 | a.cfdebuglink {color:blue; background-color:white } |
---|
135 | </STYLE> |
---|
136 | |
---|
137 | <TABLE class="cfdebug" bgcolor="white"> |
---|
138 | <TBODY> |
---|
139 | <TR> |
---|
140 | <TD> |
---|
141 | <P class="cfdebug"> |
---|
142 | <HR> |
---|
143 | <B class="cfdebuglge"><A name="cfdebug_top">Debugging Information</A></B> |
---|
144 | |
---|
145 | <TABLE class="cfdebug"> |
---|
146 | <TBODY> |
---|
147 | <TR> |
---|
148 | <TD class="cfdebug" nowrap="">ColdFusion Server Developer</TD> |
---|
149 | <TD class="cfdebug">9,0,1,274733</TD></TR> |
---|
150 | <TR> |
---|
151 | <TD class="cfdebug" nowrap=""> Template </TD> |
---|
152 | <TD class="cfdebug">/contexts/common/share/admin/index.cfm</TD></TR> |
---|
153 | <TR> |
---|
154 | <TD class="cfdebug" nowrap=""> Time Stamp </TD> |
---|
155 | <TD class="cfdebug">25-Apr-14 08:20 AM</TD></TR> |
---|
156 | <TR> |
---|
157 | <TD class="cfdebug" nowrap=""> Locale </TD> |
---|
158 | <TD class="cfdebug">English (US)</TD></TR> |
---|
159 | <TR> |
---|
160 | <TD class="cfdebug" nowrap=""> User Agent </TD> |
---|
161 | <TD class="cfdebug">Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; |
---|
162 | rv:11.0) like Gecko</TD></TR> |
---|
163 | <TR> |
---|
164 | <TD class="cfdebug" nowrap=""> Remote IP </TD> |
---|
165 | <TD class="cfdebug">127.0.0.1</TD></TR> |
---|
166 | <TR> |
---|
167 | <TD class="cfdebug" nowrap=""> Host Name </TD> |
---|
168 | <TD class="cfdebug">127.0.0.1</TD></TR></TBODY></TABLE> |
---|
169 | <P></P> |
---|
170 | <STYLE type="text/css"> |
---|
171 | .template |
---|
172 | { color: black; |
---|
173 | font-family: "Times New Roman", Times, serif; |
---|
174 | font-weight: normal; } |
---|
175 | .template_overage |
---|
176 | { color: red; |
---|
177 | background-color: white; |
---|
178 | font-family: "Times New Roman", Times, serif; |
---|
179 | font-weight: bold; } |
---|
180 | </STYLE> |
---|
181 | |
---|
182 | <P class="cfdebug"> |
---|
183 | <HR> |
---|
184 | <B class="cfdebuglge"><A name="cfdebug_execution">Execution Time</A></B> |
---|
185 | <P></P><A name="cfdebug_templates"> |
---|
186 | <TABLE class="cfdebug" border="1" cellspacing="0" cellpadding="2"> |
---|
187 | <TBODY> |
---|
188 | <TR> |
---|
189 | <TD align="center" class="cfdebug"><B>Total Time</B></TD> |
---|
190 | <TD align="center" class="cfdebug"><B>Avg Time</B></TD> |
---|
191 | <TD align="center" class="cfdebug"><B>Count</B></TD> |
---|
192 | <TD class="cfdebug"><B>Template</B></TD></TR> |
---|
193 | <TR> |
---|
194 | <TD align="right" class="cfdebug" nowrap="">13 ms</TD> |
---|
195 | <TD align="right" class="cfdebug" nowrap="">4 ms</TD> |
---|
196 | <TD align="center" class="cfdebug" nowrap="">3</TD> |
---|
197 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
198 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceBroker.cfc |
---|
199 | | execute([complex value]) ] from |
---|
200 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceBroker.cfc</TD></TR> |
---|
201 | <TR> |
---|
202 | <TD align="right" class="cfdebug" nowrap="">10 ms</TD> |
---|
203 | <TD align="right" class="cfdebug" nowrap="">10 ms</TD> |
---|
204 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
205 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
206 | D:/tomcat/01/6.0.29/webapps/cfusion/application.cfc | |
---|
207 | onRequestStart(/contexts/common/share/admin/index.cfm) ] from |
---|
208 | D:/tomcat/01/6.0.29/webapps/cfusion/application.cfc</TD></TR> |
---|
209 | <TR> |
---|
210 | <TD align="right" class="cfdebug" nowrap="">8 ms</TD> |
---|
211 | <TD align="right" class="cfdebug" nowrap="">8 ms</TD> |
---|
212 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
213 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
214 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/svc/system/DelegateSVC.cfc |
---|
215 | | process(dxc = [complex value]) ] from |
---|
216 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/svc/system/DelegateSVC.cfc</TD></TR> |
---|
217 | <TR> |
---|
218 | <TD align="right" class="cfdebug" nowrap="">8 ms</TD> |
---|
219 | <TD align="right" class="cfdebug" nowrap="">8 ms</TD> |
---|
220 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
221 | <TD align="left" class="cfdebug" nowrap=""><IMG alt="top level" src="" |
---|
222 | border="0"> |
---|
223 | <B>D:\tomcat\01\6.0.29\webapps\cfusion\contexts\common\share\admin\index.cfm</B></TD></TR> |
---|
224 | <TR> |
---|
225 | <TD align="right" class="cfdebug" nowrap="">7 ms</TD> |
---|
226 | <TD align="right" class="cfdebug" nowrap="">7 ms</TD> |
---|
227 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
228 | <TD align="left" class="cfdebug" |
---|
229 | nowrap="">D:/tomcat/01/6.0.29/webapps/cfusion/contexts/common/share/admin/header.cfm</TD></TR> |
---|
230 | <TR> |
---|
231 | <TD align="right" class="cfdebug" nowrap="">3 ms</TD> |
---|
232 | <TD align="right" class="cfdebug" nowrap="">3 ms</TD> |
---|
233 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
234 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
235 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/svc/security/AuthenticationManagerSVC1.cfc |
---|
236 | | getSecurityContext([complex value]) ] from |
---|
237 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/svc/security/AuthenticationManagerSVC1.cfc</TD></TR> |
---|
238 | <TR> |
---|
239 | <TD align="right" class="cfdebug" nowrap="">2 ms</TD> |
---|
240 | <TD align="right" class="cfdebug" nowrap="">2 ms</TD> |
---|
241 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
242 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
243 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/dac/customerSite/administration/CustomerSiteAdministratorDAC.cfc |
---|
244 | | getAdminUser(uuid = CC2ACAA3-0435-BD31-53A473D6A8FEDBC2) ] from |
---|
245 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/dac/customerSite/administration/CustomerSiteAdministratorDAC.cfc</TD></TR> |
---|
246 | <TR> |
---|
247 | <TD align="right" class="cfdebug" nowrap="">2 ms</TD> |
---|
248 | <TD align="right" class="cfdebug" nowrap="">1 ms</TD> |
---|
249 | <TD align="center" class="cfdebug" nowrap="">2</TD> |
---|
250 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
251 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/svc/system/EnvironmentConfigSVC.cfc |
---|
252 | | getEnvironmentConfig(dxc = [complex value]) ] from |
---|
253 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/svc/system/EnvironmentConfigSVC.cfc</TD></TR> |
---|
254 | <TR> |
---|
255 | <TD align="right" class="cfdebug" nowrap="">2 ms</TD> |
---|
256 | <TD align="right" class="cfdebug" nowrap="">1 ms</TD> |
---|
257 | <TD align="center" class="cfdebug" nowrap="">2</TD> |
---|
258 | <TD align="left" class="cfdebug" |
---|
259 | nowrap="">D:/tomcat/01/6.0.29/webapps/cfusion/contexts/common/share/serverpath.cfm</TD></TR> |
---|
260 | <TR> |
---|
261 | <TD align="right" class="cfdebug" nowrap="">1 ms</TD> |
---|
262 | <TD align="right" class="cfdebug" nowrap="">1 ms</TD> |
---|
263 | <TD align="center" class="cfdebug" nowrap="">2</TD> |
---|
264 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
265 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceBroker.cfc |
---|
266 | | getDXC(task = getEnvironmentConfig, svc = EnvironmentConfigSVC) ] |
---|
267 | from |
---|
268 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceBroker.cfc</TD></TR> |
---|
269 | <TR> |
---|
270 | <TD align="right" class="cfdebug" nowrap="">1 ms</TD> |
---|
271 | <TD align="right" class="cfdebug" nowrap="">1 ms</TD> |
---|
272 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
273 | <TD align="left" class="cfdebug" |
---|
274 | nowrap="">D:/tomcat/01/6.0.29/webapps/cfusion/CustomTags/jquery.cfm</TD></TR> |
---|
275 | <TR> |
---|
276 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
277 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
278 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
279 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
280 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/DataAccessComponentMapping.cfc |
---|
281 | | getQualifiedName(CustomerSiteAdministratorDAC) ] from |
---|
282 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/DataAccessComponentMapping.cfc</TD></TR> |
---|
283 | <TR> |
---|
284 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
285 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
286 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
287 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
288 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceBroker.cfc |
---|
289 | | getDXC(task = process, svc = DelegateSVC, type = OnRequestStart) ] |
---|
290 | from |
---|
291 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceBroker.cfc</TD></TR> |
---|
292 | <TR> |
---|
293 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
294 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
295 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
296 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
297 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceComponentMapping.cfc |
---|
298 | | getQualifiedName(AuthenticationSVC) ] from |
---|
299 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceComponentMapping.cfc</TD></TR> |
---|
300 | <TR> |
---|
301 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
302 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
303 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
304 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
305 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceComponentMapping.cfc |
---|
306 | | getQualifiedName(DelegateSVC) ] from |
---|
307 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceComponentMapping.cfc</TD></TR> |
---|
308 | <TR> |
---|
309 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
310 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
311 | <TD align="center" class="cfdebug" nowrap="">2</TD> |
---|
312 | <TD align="left" class="cfdebug" nowrap="">CFC[ |
---|
313 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceComponentMapping.cfc |
---|
314 | | getQualifiedName(EnvironmentConfigSVC) ] from |
---|
315 | D:/tomcat/01/6.0.29/webapps/cfusion/CFC/com/dtn/aghost/framework/ServiceComponentMapping.cfc</TD></TR> |
---|
316 | <TR> |
---|
317 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
318 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
319 | <TD align="center" class="cfdebug" nowrap="">2</TD> |
---|
320 | <TD align="left" class="cfdebug" |
---|
321 | nowrap="">D:/aghost/static/js/cookie.js</TD></TR> |
---|
322 | <TR> |
---|
323 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
324 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
325 | <TD align="center" class="cfdebug" nowrap="">1</TD> |
---|
326 | <TD align="left" class="cfdebug" |
---|
327 | nowrap="">D:/aghost/static/js/detectcookiesettings.js</TD></TR> |
---|
328 | <TR> |
---|
329 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
330 | <TD align="right" class="cfdebug" nowrap="">0 ms</TD> |
---|
331 | <TD align="center" class="cfdebug" nowrap="">2</TD> |
---|
332 | <TD align="left" class="cfdebug" |
---|
333 | nowrap="">D:/tomcat/01/6.0.29/webapps/cfusion/CustomTags/css.cfm</TD></TR> |
---|
334 | <TR> |
---|
335 | <TD align="right" class="cfdebug" nowrap=""><I>2 ms</I></TD> |
---|
336 | <TD colspan="2"> </TD> |
---|
337 | <TD align="left" class="cfdebug"><I>STARTUP, PARSING, COMPILING, |
---|
338 | LOADING, & SHUTDOWN</I></TD></TR> |
---|
339 | <TR> |
---|
340 | <TD align="right" class="cfdebug" nowrap=""><I>20 ms</I></TD> |
---|
341 | <TD colspan="2"> </TD> |
---|
342 | <TD align="left" class="cfdebug"><I>TOTAL EXECUTION |
---|
343 | TIME</I></TD></TR></TBODY></TABLE><FONT color="red"><SPAN class="template_overage">red |
---|
344 | = over 250 ms average execution time</SPAN></FONT> </A> |
---|
345 | |
---|
346 | <P class="cfdebug"> |
---|
347 | <HR> |
---|
348 | <B class="cfdebuglge"><A name="cfdebug_sql">SQL Queries</A></B> |
---|
349 | <P></P><CODE><B>qCustAuth</B> (Datasource=Host, Time=2ms, Records=0) in |
---|
350 | D:\tomcat\01\6.0.29\webapps\cfusion\CFC\com\dtn\aghost\dac\customerSite\administration\CustomerSiteAdministratorDAC.cfc |
---|
351 | @ 08:20:37.037</CODE><BR> |
---|
352 | <PRE> SELECT ca.[CustAuthID] |
---|
353 | ,ca.[CustID] |
---|
354 | ,ca.[SiteID] |
---|
355 | ,ca.[UserID] |
---|
356 | ,ca.[username] |
---|
357 | ,ca.[password] |
---|
358 | ,ca.[email] |
---|
359 | ,ca.[authlevel] |
---|
360 | ,ca.[authuuid] |
---|
361 | ,ca.[LastLoggedIn] |
---|
362 | ,ca.[ShowSurvey] |
---|
363 | ,1 AS userTypeId |
---|
364 | |
---|
365 | FROM [CustAuth] ca |
---|
366 | |
---|
367 | WHERE ca.[status] = 1 |
---|
368 | |
---|
369 | |
---|
370 | |
---|
371 | |
---|
372 | |
---|
373 | AND ca.[AuthUUID] = ? |
---|
374 | |
---|
375 | </PRE><CODE>Query |
---|
376 | Parameter Value(s) -<BR> Parameter |
---|
377 | #1(CF_SQL_VARCHAR) = CC2ACAA3-0435-BD31-53A473D6A8FEDBC2<BR></CODE><BR> |
---|
378 | <P class="cfdebug"> |
---|
379 | <HR> |
---|
380 | <B class="cfdebuglge"><A name="cfdebug_scopevars">Scope Variables</A></B> |
---|
381 | <P></P> |
---|
382 | <PRE><B>Application Variables:</B> |
---|
383 | applicationcontext=Struct (2) |
---|
384 | applicationname=AgHost |
---|
385 | authenticationsvcobj=com.dtn.aghost.svc.security.AuthenticationManagerSVC1 |
---|
386 | businesscomponentmapping=Struct (2) |
---|
387 | dataaccesscomponentmapping=Struct (2) |
---|
388 | datamodelingcomponentmapping=Struct (2) |
---|
389 | domainnameinfo=Struct (2) |
---|
390 | environmentconfig=Struct (64) |
---|
391 | exchangeinfo=Struct (2) |
---|
392 | exchangelogos=Struct (2) |
---|
393 | integrationcomponentmapping=Struct (2) |
---|
394 | machinename=8WHKTV1 |
---|
395 | servicecomponentmapping=Struct (2) |
---|
396 | serviceidmapping=Struct (31) |
---|
397 | servicenamemapping=Struct (31) |
---|
398 | servicesmtptiermapping=Struct (31) |
---|
399 | tngquoteseaiobj=com.dtn.aghost.eai.quotes.TngQuotesEAI1 |
---|
400 | utilitycomponentmapping=Struct (2) |
---|
401 | webapplicationcontext=Complex type |
---|
402 | </PRE> |
---|
403 | <PRE><B>CGI Variables:</B> |
---|
404 | AUTH_PASSWORD= |
---|
405 | AUTH_TYPE= |
---|
406 | AUTH_USER= |
---|
407 | CERT_COOKIE= |
---|
408 | CERT_FLAGS= |
---|
409 | CERT_ISSUER= |
---|
410 | CERT_KEYSIZE= |
---|
411 | CERT_SECRETKEYSIZE= |
---|
412 | CERT_SERIALNUMBER= |
---|
413 | CERT_SERVER_ISSUER= |
---|
414 | CERT_SERVER_SUBJECT= |
---|
415 | CERT_SUBJECT= |
---|
416 | CF_TEMPLATE_PATH=D:\tomcat\01\6.0.29\webapps\cfusion\contexts\common\share\admin\index.cfm |
---|
417 | CONTENT_LENGTH=0 |
---|
418 | CONTENT_TYPE= |
---|
419 | CONTEXT_PATH= |
---|
420 | GATEWAY_INTERFACE= |
---|
421 | HTTPS= |
---|
422 | HTTPS_KEYSIZE= |
---|
423 | HTTPS_SECRETKEYSIZE= |
---|
424 | HTTPS_SERVER_ISSUER= |
---|
425 | HTTPS_SERVER_SUBJECT= |
---|
426 | HTTP_ACCEPT=text/html, application/xhtml+xml, */* |
---|
427 | HTTP_ACCEPT_ENCODING=gzip, deflate |
---|
428 | HTTP_ACCEPT_LANGUAGE=en-US |
---|
429 | HTTP_CONNECTION=Keep-Alive |
---|
430 | HTTP_COOKIE=testCookie=testValue; DTNCUSTUUID=CC2ACAA3%2D0435%2DBD31%2D53A473D6A8FEDBC2; JSESSIONID=E1C76B011421FC34EED40D21DCD4A8F2 |
---|
431 | HTTP_HOST=dev0.admin.aghost.net |
---|
432 | HTTP_REFERER= |
---|
433 | HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko |
---|
434 | PATH_INFO= |
---|
435 | PATH_TRANSLATED=D:\tomcat\01\6.0.29\webapps\cfusion\contexts\common\share\admin\index.cfm |
---|
436 | QUERY_STRING=error=You%20are%20not%20authorized%20for%20this%20page! |
---|
437 | REMOTE_ADDR=127.0.0.1 |
---|
438 | REMOTE_HOST=127.0.0.1 |
---|
439 | REMOTE_USER= |
---|
440 | REQUEST_METHOD=GET |
---|
441 | SCRIPT_NAME=/contexts/common/share/admin/index.cfm |
---|
442 | SERVER_NAME=dev0.admin.aghost.net |
---|
443 | SERVER_PORT=443 |
---|
444 | SERVER_PORT_SECURE=1 |
---|
445 | SERVER_PROTOCOL=HTTP/1.1 |
---|
446 | SERVER_SOFTWARE= |
---|
447 | WEB_SERVER_API= |
---|
448 | </PRE> |
---|
449 | <PRE><B>Cookie Variables:</B> |
---|
450 | DTNCUSTUUID=CC2ACAA3-0435-BD31-53A473D6A8FEDBC2 |
---|
451 | JSESSIONID=E1C76B011421FC34EED40D21DCD4A8F2 |
---|
452 | testCookie=testValue |
---|
453 | </PRE> |
---|
454 | <PRE><B>Form Fields:</B> |
---|
455 | FIELDNAMES= |
---|
456 | </PRE> |
---|
457 | <PRE><B>Request Parameters:</B> |
---|
458 | broker=Struct (19) |
---|
459 | css=Struct (2) |
---|
460 | jquery=Struct (10) |
---|
461 | site=Struct (8) |
---|
462 | </PRE> |
---|
463 | <PRE><B>Server Variables:</B> |
---|
464 | coldfusion=Struct (8) |
---|
465 | os=Struct (5) |
---|
466 | </PRE> |
---|
467 | <PRE><B>URL Parameters:</B> |
---|
468 | error=You are not authorized for this page! |
---|
469 | </PRE><FONT |
---|
470 | class="cfdebug" size="-1"><I>Debug Rendering Time: 16 |
---|
471 | ms</I></FONT><BR></TD></TR></TBODY></TABLE></BODY></HTML> |
---|