2010/11/9 Joseph Gentle <[email protected]> > I sat with Chris and diagnosed this. It looks like somewhere we're > tolower()'ing the computer's hostname, and the user: > [email protected] > is different from: > [email protected] > > .... Which breaks the registration servlet. > > Should those usernames be the same? Is case checked in domain names? >
See http://www.rfc-archive.org/getrfc.php?rfc=4343 <http://www.rfc-archive.org/getrfc.php?rfc=4343>DNS is case insensitive, so case folding is fine. Torben > > -J > > > On Mon, Nov 8, 2010 at 5:42 PM, Chris Ansoff <[email protected]> wrote: > > in setting up a wave server in the box, my computer had capital > > letters inside the host name, I could not register users. > > > > -- > > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- --------------------------- Prof. Torben Weis Universitaet Duisburg-Essen [email protected] -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
