[
https://issues.jboss.org/browse/WFLY-1488?page=com.atlassian.jira.plugin....
]
Rostislav Svoboda updated WFLY-1488:
------------------------------------
Description:
copy-paste error
{code}
246 if(cookieConfig.getDomain() != null) {
247 config.setComment(cookieConfig.getComment());
248 }
{code}
was:
copy-paste error
246 if(cookieConfig.getDomain() != null) {
247 config.setComment(cookieConfig.getComment());
248 }
UndertowDeploymentInfoService - incorrect check for
cookieConfig.getComment()
-----------------------------------------------------------------------------
Key: WFLY-1488
URL:
https://issues.jboss.org/browse/WFLY-1488
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Rostislav Svoboda
Assignee: Rostislav Svoboda
Fix For: 8.0.0.Alpha2
copy-paste error
{code}
246 if(cookieConfig.getDomain() != null) {
247 config.setComment(cookieConfig.getComment());
248 }
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira