users@jersey.java.net

Including Folder path as a URI variable

From: emile <shrrrine_at_gmail.com>
Date: Thu, 11 Mar 2010 06:47:47 -0800 (PST)

Hi,

We are using a method as follows -

@GET
@Path("/{folderpath}")
public void getFolderbyPath
{

//..

}

I'm not sure how we can incorporate a folder path into the variable; for
e.g. for a value like '/Temp/bin', i get a requested resource not available.

Thanks in Advance,
emile
-- 
View this message in context: http://n2.nabble.com/Including-Folder-path-as-a-URI-variable-tp4716343p4716343.html
Sent from the Jersey mailing list archive at Nabble.com.