Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-02 Thread Bruce Lombardi
cation failure. Can I return a Status Code? >> >> Bruce >> >> -Original Message- >> From: Andrea Del Bene [mailto:an.delb...@gmail.com] >> Sent: Friday, August 01, 2014 12:26 PM >> To: users@wicket.apache.org >> Subject: Re: Wicketstuff restannotations exa

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-02 Thread Andrea Del Bene
users@wicket.apache.org Subject: Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https I would pass them as request parameters... Andrea, I have the SSL working fine when I call it from a Java program using HttpsURLConnection. So it was something with "curl."

RE: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-01 Thread Bruce Lombardi
ample throws IllegalStateException: STREAMED with https I would pass them as request parameters... > Andrea, > > I have the SSL working fine when I call it from a Java program using > HttpsURLConnection. So it was something with "curl." > > I wonder if you could sugges

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-01 Thread Andrea Del Bene
I would pass them as request parameters... Andrea, I have the SSL working fine when I call it from a Java program using HttpsURLConnection. So it was something with "curl." I wonder if you could suggest how I could pass a username and password along with the json string and authenticate the req

RE: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Bruce Lombardi
--Original Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Thursday, July 31, 2014 8:06 AM To: users@wicket.apache.org Subject: Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https I started the example app with Maven and enabling the SSL

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Bruce Lombardi
Thanks, I'll try it with another approach. I'll let you know. Bruce Sent from my iPad > On Jul 31, 2014, at 8:05 AM, Andrea Del Bene wrote: > > I started the example app with Maven and enabling the SSL port. I've tested > it with Firefox, although I had to disable the flag > security.mixed_c

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Andrea Del Bene
I started the example app with Maven and enabling the SSL port. I've tested it with Firefox, although I had to disable the flag security.mixed_content.block_active_content to load the JS libraries. I had no problem with the REST operations (GET, POST, DELETE...), everything worked fine usin SS

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Bruce Lombardi
I just stated it by running Start.java as a java application to start Jetty from Eclipse. Bruce Sent from my iPad > On Jul 31, 2014, at 6:09 AM, Andrea Del Bene wrote: > > Hi, > > how did you started the example application? >> I want to use the wicketstuff-restannotations library to imple

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Andrea Del Bene
Hi, how did you started the example application? I want to use the wicketstuff-restannotations library to implement a restful web service. It seem very handy and I was able to get the example code working fine. To make sure I understood how everything was working and how to access from another

Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-30 Thread Bruce Lombardi
I want to use the wicketstuff-restannotations library to implement a restful web service. It seem very handy and I was able to get the example code working fine. To make sure I understood how everything was working and how to access from another server I used curl from the command line to send an