Results 1 to 2 of 2

Thread: A java-client for Spring Security

  1. #1
    Join Date
    Apr 2010
    Posts
    2

    Default A java-client for Spring Security

    Hello,

    I have very simple question but have cannot find the answer...

    I have spring-security based web-application, which return some data for logged user (for example, http://localhost:8895/xxx/get.jsp --> "Hello" for authorized users, and http://localhost:8895/xxx/get.jsp --> "No", otherwise).

    Where could I find a simple java-client for the resource http://localhost:8895/xxx/get.jsp (which would be able to pass the username and the password)?

    -Andrey

  2. #2
    Join Date
    Apr 2010
    Posts
    2

    Default

    Ok, HttpClient http://hc.apache.org/downloads.cgi looks like to work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •