Re: Restlet governance

2008-10-22 Thread Steve Loughran
On Mon, Oct 20, 2008 at 2:36 PM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi all, Like all serious open source projects (when many people and organizations rely on your software), we think it is now important to have a more explicit governance policy:

Re: How to prevent DOS(Denial of Service) attacks for webservice?

2008-05-23 Thread Steve Loughran
On Fri, May 16, 2008 at 10:50 PM, Surjendu [EMAIL PROTECTED] wrote: Its an open ended general questions and i want to discuss before we start implementing anything. As far as my knowledge goes by using firewalls we can only detect network level attacks such as TCP SYN attacks or malformed

Re: What about : RESTlet in official Maven Repository ?

2008-05-21 Thread Steve Loughran
On Mon, May 19, 2008 at 8:34 AM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Steve, Is there any special we need to ensure compatibility with both Ivy and Maven regarding the repository? Is it working fine now with Ivy? It works well with ivy today. The projects that cause problems are those

Re: License clarifications

2008-05-07 Thread Steve Loughran
On Wed, May 7, 2008 at 12:09 AM, Leshek [EMAIL PROTECTED] wrote: Jerome, I am not in liberty to talk about it publicly... sorry. Leshek Do your lawyers perhaps take a strict view over subclassing-as-a-derivative work? If so, perhaps you could persuade the restlet team to add the 'hibernate

Re: Re: Unit testing code coverage

2008-04-16 Thread Steve Loughran
On Tue, Apr 15, 2008 at 3:59 PM, Bao,Sam [EMAIL PROTECTED] wrote: Thanks, I will be sticking to the 1.0.9 until 1.1 goes to release. So I'll try modifying the RestletServerTestCase, and see what happens. Thanks. You should also look at HttpUnit and Selenium for testing, which test other

Re: [BUG] OSGi manifest, please don't use Require-Bundle, re: com.noelios.restle

2008-04-15 Thread Steve Loughran
On Tue, Apr 15, 2008 at 11:38 AM, Stephan Koops [EMAIL PROTECTED] wrote: I'm using JDJ 1.5, because 1.6 causes trouble eith JAXB. or do you updated this, so that both JDKs are possible? Java 1.6= update 4 has better JAXB support, though the whole idea of bundling something as unstable as JAXB

Re: How do I switch off log output?

2008-04-09 Thread Steve Loughran
On Tue, Apr 8, 2008 at 10:25 PM, Michael McCallum [EMAIL PROTECTED] wrote: sfl4j in a nutshell... you write all your code and all the libraries write code againsts a simple api.. which has not deps and no implementation when someone decides they actually wish to run the code and log the

Re: How do I switch off log output?

2008-04-09 Thread Steve Loughran
On Wed, Apr 9, 2008 at 5:02 PM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi all, In order to clarify the usage logging with Restlet, I've started a dedicated page of the wiki (future user guide): http://wiki.restlet.org/docs_1.1/g1/13-restlet/29-restlet/98-restlet/101-res tlet.html We

Re: How do I switch off log output?

2008-04-08 Thread Steve Loughran
On Tue, Apr 8, 2008 at 6:27 AM, Ian Clarke [EMAIL PROTECTED] wrote: Thanks for the tip, although I'm afraid it wasn't entirely effective. I used getLogService().setEnabled(false) - but I'm still getting the following: Apr 8, 2008 12:23:48 AM org.apache.commons.httpclient.HttpMethodBase

Re: Handling of errors in Resource and elsewhere

2008-03-24 Thread Steve Loughran
On Mon, Mar 24, 2008 at 2:15 AM, Adam Rosien [EMAIL PROTECTED] wrote: You should set the HTTP status code to an appropriate value, in the 400 or 500 range, via getResponse().setStatus(). See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10. For your example, 401 Bad Request

Re: RESTlet XML rendering issues

2008-03-17 Thread Steve Loughran
On Mon, Mar 17, 2008 at 1:32 AM, Leshek [EMAIL PROTECTED] wrote: JFYI: I tried plain DOM implementation, rememeber pls, I am a begginer, in this space, and found DOM doc creation too cumbersom, the inteface/implementaiton split drove me nuts :-) almost nothing I wanted to do was intuitive.

Re: Fat/Thick standalone client support

2008-03-13 Thread Steve Loughran
On Wed, Mar 12, 2008 at 6:51 PM, Nick Baker [EMAIL PROTECTED] wrote: Fantastic! Thanks for the linkage. Regarding GWT. We actually have two parallel efforts underway here. One team has taken GWT and is able to run it as a Swing or Swt application. ref: http://code.google.com/p/gwtswing/

Fwd: Too many connections

2008-03-12 Thread Steve Loughran
I'm forwarding this little note from the typica 'EC2 client API' group, regarding httpclient performance. I never knew this stuff and will have to go back to my code to see where httpclients are being created; it may be of relevance to restlet too. Speaking of which, what performance testing set

Re: Starting a new web application, using Restlets

2008-03-12 Thread Steve Loughran
On Wed, Mar 12, 2008 at 4:37 AM, Marcus [EMAIL PROTECTED] wrote: Hi Adam, Thanks for pointing me towards curl. What an infinitely useful little CLI utility for web development. I can see myself using this a lot from now on! I plan communicating throughout the whole REST application in XML.

Re: Streaming multiple large data files through Restlet

2008-03-08 Thread Steve Loughran
On Fri, Mar 7, 2008 at 3:41 PM, Jon Blower [EMAIL PROTECTED] wrote: Hi John (et al), Thanks very much to everyone for very helpful responses on this. Perhaps I should go into a bit more detail about our application. We are writing an application for climate scientists that allows them to

Re: AWS auth in 1.1-SNAPSHOT

2008-03-05 Thread Steve Loughran
On Wed, Mar 5, 2008 at 8:50 AM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Steve, Thanks for the report. This is a regression due to the new pluggable authentication mechanism. I've fixed it in SVN trunk. Best regards, Jerome excellent, I will look forward to the updated -SNAPSHOT

snapshot releases and the maven.restlet.org repository

2008-03-04 Thread Steve Loughran
Hi I'm just starting to build against the 1.1-SNAPSHOT code so as to get in sync with the restlet release schedule, and I have a couple of questions 1. how often does the snapshot get updated? 2. is it possible to tweak the settings on the site so that the expires: header on all the -SNAPSHOT

AWS auth in 1.1-SNAPSHOT

2008-03-04 Thread Steve Loughran
Is there any particular reason why I'm not allowed to use the AWS auth scheme in the 1.1-SNAPSHOT up on the repository? [sf-startdaemon-debug] INFO: Error while handling an HTTP client call [sf-startdaemon-debug] java.lang.IllegalArgumentException: Challenge scheme HTTP_AWS not supported by the