users@jersey.java.net

Re: [Jersey] Base64 problem (I guess)

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Thu, 8 Oct 2009 19:10:38 +0200

Everyday I got more and more impressed with this little library called Jersey !

it just worked like a charm,.. it was a set of micro bugs and encodings..

Oct 8, 2009 7:06:50 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 1 * Client out-bound request
1 > POST http://fgaucho.dyndns.org:8080/arena-http/user
1 > Content-Type: application/x-www-form-urlencoded
1 >
confirmationUrl=http%3A%2F%2Ffgaucho.dyndns.org%3A8080%2Farena-dwr%2Fconfirm&email=fgaucho%40gmail.com&name=Fake+J.+Unit&login=fake&password=fake

Oct 8, 2009 7:06:50 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 1 * Client in-bound response
1 < 201
1 < Content-Length: 0
1 < X-Powered-By: Servlet/2.5
1 < Content-Type: application/xml
1 < Server: Sun GlassFish Enterprise Server v2.1
1 < Location: http://fgaucho.dyndns.org:8080/arena-http/user/fake
1 < Date: Thu, 08 Oct 2009 17:06:50 GMT
1 <

Oct 8, 2009 7:06:50 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 2 * Client out-bound request
2 > POST http://fgaucho.dyndns.org:8080/arena-http/user
2 > Content-Type: application/x-www-form-urlencoded
2 >
key=JkOgm11BWssuU3e%2Fnt23GYr4gQeLCHu344VhBQaV3%2BhPgrMl1AhnGA%3D%3DJkOgm11BWssuU3e%2Fnt23GYr4gQeLCHu344VhBQaV3%2BhPgrMl1AhnGA%3D%3D

Oct 8, 2009 7:06:58 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 2 * Client in-bound response
2 < 200
2 < Content-Length: 0
2 < X-Powered-By: Servlet/2.5
2 < Content-Type: application/xml
2 < Server: Sun GlassFish Enterprise Server v2.1
2 < Date: Thu, 08 Oct 2009 17:06:58 GMT
2 <