Mantis - Resin
Viewing Issue Advanced Details
5056 minor always 04-30-12 09:48 05-06-12 11:51
cowan  
cowan  
high  
closed 3.1.12  
fixed  
none    
none 3.1.13  
0005056: Handle multiple domain names for cookie-domain
When a webapp is used by multiple domains, cookie-domain can not be set in configuration because it accepts only 1 domain. When domain name switches hosts, such as from "www" to "secure" the cookie must be maintained. cookie-domain cannot be blank, because Resin defauls to use the full host name, such as "www.foo.com", which is then lost at the switch to "secure.foo.com".

Notes
(0005750)
cowan   
04-30-12 12:55   
Handled in Resin 4 with cookie-domain-regexp.

Backport 3865.

http://bugs.caucho.com/view.php?id=3865 [^]
(0005755)
cowan   
05-06-12 11:51   
Backported to 3.1

server/010w
server/010x