3,916 reputation
11436
bio website
location Canada
age 40
visits member for 2 years, 9 months
seen 12 hours ago
stats profile views 256

Android and iPhone developer.


May
29
revised HttpsURLConnection: ClassCastException
added 270 characters in body
May
27
comment Android HttpClient persistent cookies
@vsk: Yes. You could, for example, use a Singleton. I typically create a ConnectionHelper Singleton where I can serialize requests to the server.
May
23
awarded  Notable Question
May
17
revised HttpsURLConnection: ClassCastException
added 255 characters in body
May
17
comment HttpsURLConnection: ClassCastException
I think I found solutions to my problem. I've moved the test to a class that doesn't use PowerMockito. An alternative is the annotation @PowerMockIgnore and listing in there every package that may cause a problem. Problem solved!
May
15
revised HttpsURLConnection: ClassCastException
added 369 characters in body
May
14
comment HttpsURLConnection: ClassCastException
@jtahlborn: You may be right. Since this is a JUnit test I'm using pretty funky things in there. I bet this is caused by PowerMockito.
May
14
asked HttpsURLConnection: ClassCastException
May
14
accepted Idle time period before screen lock, wifi shutdown, phone sleep?
May
13
answered javascript reload reload is not sending post data in chrome
Apr
30
comment Use expect in bash script to provide password to SSH command
I've replaced "interact" and "EOD" with "expect eof" and it worked for me. This is on a Mac.
Apr
30
comment Use expect in bash script to provide password to SSH command
It goes in and goes back out immediately. "you're out" is printed.
Apr
23
awarded  Great Answer
Apr
22
comment Accessing the SSL certificate on the server (private key)
That worked like a charm, thanks!
Apr
22
accepted Accessing the SSL certificate on the server (private key)
Apr
18
awarded  Excavator
Apr
18
revised Converting Secret Key into a String and Vice Versa
added 26 characters in body
Apr
17
revised Accessing the SSL certificate on the server (private key)
edited tags
Apr
17
asked Accessing the SSL certificate on the server (private key)
Apr
17
awarded  Enlightened