getParameter Tommy
    getParameter Synametrics Support
        getParameter Tommy

From: Tommy
Date: 4/21/18 11:44 AM
Topic: getParameter
Type: General Discussions
Post a follow up

I am going to get the value of the login usename,but seems it always resturn NULL value when click sumbit buttom.

 

At the login.jsp

String login_user = request.getParameter("txtUID");

Top

From: Synametrics Support
Date: 4/23/18 8:34 AM
Topic: getParameter
Type: General Discussions
Post a follow up

Tommy,

I am not sure what you're trying to accomplish. Could you please elaborate a bit more on your end goals. Normally, nobody should be looking/working with the JSP files in Xeams.

Top

From: Tommy
Date: 4/23/18 9:03 AM
Topic: getParameter
Type: General Discussions
Post a follow up

By default,xeams only log fail logins with HTTP,i also want to log those success.  Just in case someone guess the right password.

At the new version,there is Admin Access Control,i think it is good enough to limit the IP access.

Top