users@jsr311.java.net

Supported unreserved URI characteres

From: Sergey Beryozkin <sergey.beryozkin_at_progress.com>
Date: Thu, 4 Dec 2008 16:22:12 -0000

Hi

@Path JavaDocs say :

name = (ALPHA / DIGIT / "_")*(ALPHA / DIGIT / "." / "_" / "-" ) ; \w[\w\.-]*

"\w[\w\.-]*" expression does not list '_'. Does it mean '_' is not supported or is it a minor typo ?

Thanks, Sergey