]
Darran Lofthouse resolved ELY-1410.
-----------------------------------
Resolution: Done
Digest auth does not support nonce count, causing browsers to replay
every request
----------------------------------------------------------------------------------
Key: ELY-1410
URL:
https://issues.jboss.org/browse/ELY-1410
Project: WildFly Elytron
Issue Type: Bug
Components: HTTP
Reporter: Stuart Douglas
Assignee: Stuart Douglas
Priority: Blocker
Fix For: 1.1.6.CR1, 1.2.0.Beta8
The results in every single request being retried. This has two negative impacts. The
extra request adds a round trip which hurts response time on high latency connections.
Additionally large posts have double the bandwidth consumption and can be interpreted as
failures. For example a 300 mb upload in the console would likely lead to the user
assuming a hang.