RE: StringIndexOutOfBoundsException

2007-01-19 Thread Jerome Louvel
: discuss@restlet.tigris.org Objet : StringIndexOutOfBoundsException Steps to reproduce: - create a restlet app - GET http://localhost:8182// (note the two slashes). -Vincent SEVERE: Unhandled exception or error intercepted java.lang.StringIndexOutOfBoundsException: String index out

Re: StringIndexOutOfBoundsException

2007-01-19 Thread Thierry Boileau
regards, Jerome -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Vincent Envoyé : vendredi 19 janvier 2007 08:47 À : discuss@restlet.tigris.org Objet : StringIndexOutOfBoundsException Steps to reproduce: - create a restlet app - GET http://localhost:8182// (note

StringIndexOutOfBoundsException

2007-01-18 Thread Vincent
Steps to reproduce: - create a restlet app - GET http://localhost:8182// (note the two slashes). -Vincent SEVERE: Unhandled exception or error intercepted java.lang.StringIndexOutOfBoundsException: String index out of range: -11 at java.lang.String.substring(String.java:1768)