gissuebot
gissuebot
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c1) posted by **Ash2kk** on 2013-10-21 at 10:28 AM_ --- Hm, constant with that name already exists, but it has application/x-www-form-urlencoded value. Probably name should be something different for...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c2) posted by **[email protected]** on 2013-10-21 at 01:55 PM_ --- This came up recently internally, and the issue with it was that multipart media types require a boundary parameter...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c3) posted by **[email protected]** on 2013-10-21 at 04:36 PM_ --- To elaborate a bit, the feature was requested so that somebody could use the constant in conjunction with is()....
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c4) posted by **[email protected]** on 2013-10-21 at 04:40 PM_ --- (Aside: Is the ambiguity of "FORM_DATA" potentially confusing enough that we should rename it to "FORM_URLENCODED" or something?)
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c5) posted by **[email protected]** on 2013-10-21 at 05:07 PM_ --- I think this may be something that's been discussed before, but a separate type for matching media types vs....
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c6) posted by **Ash2kk** on 2013-10-22 at 03:27 AM_ --- I was hoping to use it for matching using is() in my code that extracts boundary from request. For...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c7) posted by **Ash2kk** on 2013-10-22 at 07:48 AM_ --- Also we use multipart/form-data as response type - in some cases it is convenient to provide multipart response. So...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1560#c8) posted by **[email protected]** on 2013-10-22 at 05:47 PM_ --- Yeah, that's a subtle distinction: multipart/form-data is a valid media _range_, but not a valid media type. At one...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=475#c1) posted by **f.daniel.cuervo** on 2010-11-24 at 09:03 AM_ --- I have 'mavenized' the package, now called magnolia-domainnameutils-1.0, and added my newest developments to it. See attachment. Kind regards,...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=475#c2) posted by **f.daniel.cuervo** on 2010-11-24 at 09:47 AM_ --- Small update 1.2: - Maven groupId = info.magnolia - Removed java folder (contained duplicate code with wrong header)