[jboss-jira] [JBoss JIRA] (AS7-5758) Safari digest authentication problem
Stephen Coy (JIRA)
jira-events at lists.jboss.org
Mon Nov 12 19:05:19 EST 2012
[ https://issues.jboss.org/browse/AS7-5758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733533#comment-12733533 ]
Stephen Coy edited comment on AS7-5758 at 11/12/12 7:03 PM:
------------------------------------------------------------
This dump shows the network activity between login prompts from a clean Safari start with no other windows and all passwords cleared.
It looks a bit like it's sending off requests for resources before it's finished negotiating?
A client side race condition perhaps?
If you look you can clearly see that the client begins the negotiation on port 54419 and following the initial exchange a couple more connections are started on 54420 (a POST of a small data chunk) and 54421 (a GET for an image).
The GET appears to succeed, but the POST is bounced with a 401.
In the meantime there is still a long conversation happening on port 54419.
was (Author: sfcoy):
This dump shows the network activity between logins from a clean Safari start with no other windows and all passwords cleared.
It looks a bit like it's sending off requests for resources before it's finished negotiating?
A client side race condition perhaps?
If you look you can clearly see that the client begins the negotiation on port 54419 and following the initial exchange a couple more connections are started on 54420 (a POST of a small data chunk) and 54421 (a GET for an image).
The GET appears to succeed, but the POST is bounced with a 401.
In the meantime there is still a long conversation happening on port 54419.
> Safari digest authentication problem
> ------------------------------------
>
> Key: AS7-5758
> URL: https://issues.jboss.org/browse/AS7-5758
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Console
> Reporter: Heiko Braun
> Assignee: Darran Lofthouse
> Fix For: 7.2.0.Alpha1
>
> Attachments: jboss-safari.pcap, mgmt-users.properties, mgt-login.tcpdump.txt, standalone-safari.xml
>
>
--
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
More information about the jboss-jira
mailing list