windchill 如何获取CSRF_NONCE
在jsp中如何获取CSRF_NONCE
String nonce = com.ptc.core.appsec.CSRFProtector.getNonce(request.getSession());
// 直接获取CSRF_NONCE
CSRFNonce.newCSRFNonce().toString()
在jsp中如何获取CSRF_NONCE
String nonce = com.ptc.core.appsec.CSRFProtector.getNonce(request.getSession());
// 直接获取CSRF_NONCE
CSRFNonce.newCSRFNonce().toString()