djoos / EscapeWSSEAuthenticationBundle

Symfony bundle to implement WSSE authentication
http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html
137 stars 59 forks source link

Nonces containing a slash can not be used. #24

Closed h4cc closed 10 years ago

h4cc commented 11 years ago

If the nonce contains a slash, what is possible even with base64 encoding, the file_put_contents function will fail.

djoos commented 10 years ago

Hi @h4cc,

I'll link this one to to issue #25, where this can also be addressed - unless you'd like to push a PR over for the current implementation...

Thanks!

Kind regards, David