I have read a lot of topics in stackoverflow for solve my problem, but none was useful. When I tried to log in Manager App ([http://localhost:8080/manager/html][1]) using a lot of different configurations, but I always obtained 401 Unauthorized after attempted to log in using the rights credentials. I restarted the tomcat server a couple of times. This is my last
Tag: authentication
how to handle spaces in url android
i have an error while i tried to run some spaces in url android, this is the code : as you see.. i have the command for take login validation in strUrlLoginFullpath = strUrlMain+”exl?u=”+strUser+”&p=”+strPass+”&t=1″; but there’s condition that strUser sometimes containing blank spaces, that can make my program doesn’t run. so how the way to solve this problem.? Answer URLEncoder.encode()
Web app user authentication with 2 production servers using spring security
Working on the server side of a java based web application (will serve mobile and web clients) and I need to implement users authentication. In production I have 2 servers (duplicated, working against …