Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [servlet-dev] TCK - adding a test for URI Path canonicalization
  • From: Phu Dinh <pmd1nh-bus@xxxxxxxxxxx>
  • Date: Wed, 27 Mar 2024 14:16:06 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FXI3WpA39O/+G07hOJmk1X495Dkb3whyPzCi1fOOoAI=; b=dTa7GbyhRQqo90FmkznNrz7TPvR+JYlaTDNwc847rlA8HXFzHG6HC8U6s798NYrHMK/12sHK9r/bXVDrJjWahAxFecBMO6EYry7nBjEWBBkj1MybX+kPVtT7nRXAzB+bkpVLMt+JXVsSIut3AethwlSQApc1BjYiv2Q1ZC0hsNEd+IvdcmgGLAVpEUc/l1hjwlkMQgxahp5fvh9xnnOkl6BftDvZDNbWw6Re0cFxlCkA7iG4rdG+3klKSWkoj45kqgz+rnhuHFvZl3OLa8ewaDdxsdH3ofQdYEYjS6Hu8spi/m57UfLgkM8O8h39twap3C77BCYw7zpKboYsew4A1w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Cj94KXuUPO00Gl+Zgzz7oA21f9H0bMm8/tTRooY1AvHzIltnfTTXyUQwM6/y+e8sVZVUPCdiAiy6WY0bjA4BULTtKc8kf4dwfX1P8wp7ugN1pHlmLZftn/f0JSapVvNMHnLkLJL17Aevgttvm59Nhjs9rrlaJW0903dGZMP4b+xFXLM5+FR4960oP2YpACCe9tybMxmX7P98ExqQwgvUxyfSXf0ZjM5bWl57f9dgFWFw6o15K5Y4vsylVddMaFln55EhDmfjQcy0P1TVKV1HluGt5qBhZNBCFWEvsOTWqpEpxw8WMDTsX0rybbS0OJ9BOyozB/jPzYy1Xy37+Wnwzw==
  • Delivered-to: servlet-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/servlet-dev/>
  • List-help: <mailto:servlet-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaUHezqaSaw3xdO0S4q4C5IeVJALDsX7CAgF+hrqA=
  • Thread-topic: [servlet-dev] TCK - adding a test for URI Path canonicalization

Hi,

Was 6.1 TCK updated for this test?

Thanks,

From: servlet-dev <servlet-dev-bounces@xxxxxxxxxxx> on behalf of Mark Thomas via servlet-dev <servlet-dev@xxxxxxxxxxx>
Sent: Friday, January 26, 2024 9:51 AM
To: servlet-dev@xxxxxxxxxxx <servlet-dev@xxxxxxxxxxx>
Cc: Mark Thomas <markt@xxxxxxxxxx>
Subject: Re: [servlet-dev] TCK - adding a test for URI Path canonicalization
 
On 26/01/2024 16:50, Phu Dinh via servlet-dev wrote:
> Hi,
>
> Is there any consideration to add servlet TCK tests for the URI path
> canonicalization?
>
> https://github.com/jakartaee/servlet/issues/532
> <https://github.com/jakartaee/servlet/issues/532>

We typically review the changes in the spec and the open TCK issues
towards the end of the release process and update the TCK at that point.

Now the TCK has transferred to our repo, this should a) be a lot quicker
and b) easier for us to do as we go along for the next iteration.

Mark
_______________________________________________
servlet-dev mailing list
servlet-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/servlet-dev

Back to the top