Bernie Bernstein wrote:
> 
> One of our engineers found an interesting bug that may have been
> causing jservs to crash.
> 
> Apparently, HttpUtils.parseQueryString() can throw a
> StringIndexOutOfBoundsException while parsing a query string. This
> occurs when the query string has a '%' as one of the last two
> characters. Normally a uri would have two characters after a % which
> are the hex value for the character that is encoded, but it seems
> that bad uri's happen and we shouldn't have jvm's dying because of
> them.
> 
> Here is the change which I'll check in today after I hear some votes
> to the affirmative.
> 
> Bernie

+1

Jean-Luc


--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to