Page 1 of 1

Error after upgrading to 3.7

PostPosted: Wed Jun 17, 2009 2:32 pm
by sofisten
When I log in with an existing user after upgrading from 3.6 go 3.7 i get the following message:

Exception java.lang.IllegalArgumentException
Message Cookie name "player-USERNAME" is a reserved token
Java version Sun Microsystems Inc. 1.6.0_11
Operating system Windows Server 2008 6.0
Server jetty-6.1.x
Memory Used 9 of 9 MB
Stack trace java.lang.IllegalArgumentException: Cookie name "player-USERNAME" is a reserved token
at javax.servlet.http.Cookie.(Cookie.java:150)
at net.sourceforge.subsonic.service.PlayerService.getPlayer(PlayerService.java:127)
at net.sourceforge.subsonic.service.PlayerService.getPlayer(PlayerService.java:58)
..etc...etc....


When I create a new user it all works fine.
I tryed to delete the old user, rebooot the server, clear my browser cache and log in and create a user with the same name, but the same error.

I am running Windows Server 2008 with the SubSonic MSI installer.

Can anoyne please help?

PostPosted: Wed Jun 17, 2009 4:01 pm
by sindre_mehus

PostPosted: Wed Jun 17, 2009 4:19 pm
by sofisten
If i understand correctly:
Usernames with white spaces (User Name) was supported in the previous version but is not anymore?

I can live with that.

Thanx for a great music player by the way!

PostPosted: Wed Jun 17, 2009 6:20 pm
by sindre_mehus
sofisten wrote:If i understand correctly:
Usernames with white spaces (User Name) was supported in the previous version but is not anymore?


Yes, that's correct. I hope to fix it in 3.8, though.