cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
593
Views
0
Helpful
1
Replies

autocomplete="off" on VPN SSL

rodrigo.cisco
Level 4
Level 4

Hi Network Team,

I recently set up a VPN SSL for a customer, but when they access their application the VPN is changing the page code, like the example below:

Original Code:

<input  type="text"  size=20  maxlength=8  name= "txt_Codigo"  VALUE=>

Code Changed by VPN SSL

<input  type="text"  size=20  maxlength=8  name= "txt_Codigo"  VALUE= autocomplete="off">

SelGer.retorna_Url=function(){
var url=new String()
url=window.location.toString(); webvpn_unmangle_location(//window.location,WEBVPN_LOC_PATHNAME);
for (var i=url.length-1; i>0;i--){
  if (url.charAt(i)=="\\" || url.charAt(i)=="/" ){
   return url.substring(0,i)
  }
}

I attached 2 imagens, the first one "Correct" show the application function correctly; and the second one "Incorrect" show the application function incorrectly.

I previously would like to thanks the help!

Rodrigo Alves

1 Reply 1

gurdsing
Level 1
Level 1

This looks like a bug to me. Open a TAC case to get someone look for a bug to this problem.

Regards,

Guru.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: