• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

changing parameter and creating new request with changed parameter

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i have a problem. i am calling a function which takes HttpServletRequest object as a parameter.this request is generated from a login page where username and password in entered. and This function authenticate the user and return the userinfo in authentication successful.

What i have to do is, one time request is passed with the entered parameter in the login screen and if authentication fails, i have to create new request with change password and again call the same authenticate function the request but with changed password.

how can do this. please help me out.
thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic