Marc,

Thanks for your reply.

> The JSR 311 UriBuilder has methods for scheme, host, port and userInfo. We did have authority too but removed it since its a composite of some of the others.

Right, sorry - I missed those when I was looking at the JavaDoc.

> I think it would make sense for the JSR 311 class to extend a generalized java.net class since we'd want to add support for URI templates.

Agreed.

However we need to decide what to do about query parameters and matrix parameters. I imagine you would want them in the base class, but the java.net team are going to suggest they don't belong in a 'pure' UriBuilder and will want them split out somehow?

Regards,

Richard.

Reply via email to