https://issues.apache.org/bugzilla/show_bug.cgi?id=49129
Summary: DigestAuthenticator.md5Helper - possible incorrect
lazy initialisation
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Findbugs says:
"This method contains an unsynchronized lazy initialization of a non-volatile
static field. Because the compiler or processor may reorder instructions,
threads are not guaranteed to see a completely initialized object, if the
method can be called by multiple threads. You can make the field volatile to
correct the problem."
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]