Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Webchat bug with username and quotes

$
0
0

I find a strange bug in webchat module.

I setup openfire 3.6.0 and webchat 4.0.0 (all latest versions). In Form UI username field has a "Populate with user's previous choice." option selected. Web authentication option enabled too.

 

So, when a user login via web form a first time - all OK. But, when user visit login page again - he has a filled username filed. But this username in quotes! Of course, user can't login, because username incorrect. In next login try user got username with two quotes before and after text, etc.

 

I looked into source of HTML page and see code like this:

<td class="formtext" height="1%" width="1%" nowrap>Name:&nbsp;<span class="error">*</span></td><td><input type="text" name="username" value=&quot;jeff&quot; style="width:75%"></td>

 

The Value field of input tag is incorrect formatted - not quotes, but html quot sign inserted.

 

Is there any ideas?


Viewing all articles
Browse latest Browse all 10742

Trending Articles