Last modified by khushi kapoor on 2018/09/26 16:20

From version Icon 28.1 Icon
edited by Henry Story
on 2010/03/15 18:54
Change comment: There is no comment for this version
To version Icon 30.1 Icon
edited by Henry Story
on 2010/03/15 19:06
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -79,14 +79,14 @@
79 79   <td><input type="checkbox" name="viewParams" value="yes" /> view parameters<br/>
80 80   <input type="checkbox" name="showCert" value="yes" /> show certificate<br/>
81 81   <input type="checkbox" name="makeKeyObj" value="yes" /> create local objects<br/>
82 - <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document - for testing on Internet<br/>
82 + <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document<br/>
83 83   </td>
84 84   </tr>
85 85   #end
86 86   <tr>
87 87   <td colspan="2">
88 - #if ($debug)
89 - Clicking the above will start the following sequence of events
88 + #if ($nodebug)
89 + Clicking the submit button will start the following sequence of events:
90 90   #else
91 91   If none of the above debug options are checked then the following will happen on clicking submit:
92 92   #end
... ... @@ -111,7 +111,8 @@
111 111   #set( $addKey = false )
112 112  #end
113 113  
114 -#if (!$nodebug) {
114 +#if (!$nodebug) #### if we come from the user's page we don't create a key
115 +
115 115  #if( $request.csrdata ) ## for Microsoft Browsers (see javascript rewriting of html)
116 116   #set( $cert = $foafssl.createFromPEM( $request.csrdata ) )
117 117  #elseif( $request.spkac )