|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (HTTPCLIENT-832) MalformedCookieException: distinguish cookie syntax errors from cross-domain errors MalformedCookieException: distinguish cookie syntax errors from cross-domain errors
------------------------------------------------------------------------------------ Key: HTTPCLIENT-832 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-832 Project: HttpComponents HttpClient Issue Type: Improvement Reporter: Sebb Priority: Minor MalformedCookieException is used for both cookies with syntax errors, and for cookies which are invalid for the particular context - e.g. cross-domain cookies. I think it would be helpful to be able to distinguish these without needing to examine the message text. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (HTTPCLIENT-832) MalformedCookieException: distinguish cookie syntax errors from cross-domain errors[ https://issues.apache.org/jira/browse/HTTPCLIENT-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated HTTPCLIENT-832: ---------------------------- Component/s: HttpCookie > MalformedCookieException: distinguish cookie syntax errors from cross-domain errors > ------------------------------------------------------------------------------------ > > Key: HTTPCLIENT-832 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-832 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpCookie > Reporter: Sebb > Priority: Minor > > MalformedCookieException is used for both cookies with syntax errors, > and for cookies which are invalid for the particular context - e.g. > cross-domain cookies. > I think it would be helpful to be able to distinguish these without > needing to examine the message text. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (HTTPCLIENT-832) MalformedCookieException: distinguish cookie syntax errors from cross-domain errors[ https://issues.apache.org/jira/browse/HTTPCLIENT-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-832: ----------------------------------------- Fix Version/s: 4.1.0 > MalformedCookieException: distinguish cookie syntax errors from cross-domain errors > ------------------------------------------------------------------------------------ > > Key: HTTPCLIENT-832 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-832 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpCookie > Reporter: Sebb > Priority: Minor > Fix For: 4.1.0 > > > MalformedCookieException is used for both cookies with syntax errors, > and for cookies which are invalid for the particular context - e.g. > cross-domain cookies. > I think it would be helpful to be able to distinguish these without > needing to examine the message text. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Resolved: (HTTPCLIENT-832) MalformedCookieException: distinguish cookie syntax errors from cross-domain errors[ https://issues.apache.org/jira/browse/HTTPCLIENT-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-832. ------------------------------------------ Resolution: Fixed Sebastian, Standard cookie specs now distinguish between format / syntax errors and violations of restrictions imposed by a particular cookie specification. CookieSpec#validate methods now throw CookieRestrictionViolationException exception instead of MalformedCookieException in the latter case. Please review and let me know if that fixes the problem for you. Oleg > MalformedCookieException: distinguish cookie syntax errors from cross-domain errors > ------------------------------------------------------------------------------------ > > Key: HTTPCLIENT-832 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-832 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpCookie > Reporter: Sebb > Priority: Minor > Fix For: 4.1.0 > > > MalformedCookieException is used for both cookies with syntax errors, > and for cookies which are invalid for the particular context - e.g. > cross-domain cookies. > I think it would be helpful to be able to distinguish these without > needing to examine the message text. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Closed: (HTTPCLIENT-832) MalformedCookieException: distinguish cookie syntax errors from cross-domain errors[ https://issues.apache.org/jira/browse/HTTPCLIENT-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed HTTPCLIENT-832. --------------------------- That looks very good - thanks for fixing this. > MalformedCookieException: distinguish cookie syntax errors from cross-domain errors > ------------------------------------------------------------------------------------ > > Key: HTTPCLIENT-832 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-832 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpCookie > Reporter: Sebb > Priority: Minor > Fix For: 4.1.0 > > > MalformedCookieException is used for both cookies with syntax errors, > and for cookies which are invalid for the particular context - e.g. > cross-domain cookies. > I think it would be helpful to be able to distinguish these without > needing to examine the message text. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |