[squeak-dev] #clearCredentials vs. ModificationForbidden

Marcel Taeumel marcel.taeumel at hpi.de
Fri Jun 5 14:27:10 UTC 2020


Hi all!

How to update MCHttpRepository >> #clearCredentials?

clearCredentials
user ifNotNil: [user atAllPut: $x].
password ifNotNil: [password atAllPut: $x].
user := password := String empty

Make those strings not be read-only?

Best,
Marcel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200605/5d679eee/attachment.html>


More information about the Squeak-dev mailing list