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

Refactoring. Improved method of parsing the header. #4

Closed fightmaster closed 12 years ago

fightmaster commented 12 years ago

Bug fix: yes Feature addition: no Backwards compatibility break: no Has tests: don't need Project test suite passes: yes

Refactoring. Improved method of parsing the header.

Now the Listener is still the order in which the data is located in the X-WSSE header. I ran into a problem when the external library formed the header in a different order.

djoos commented 12 years ago

Thanks for your contribution fightmaster!

fightmaster commented 12 years ago

Hello! I think you forgot merge the code!

djoos commented 12 years ago

I'm sorry, you're right!

I've merged the code now, thanks again for your contribution!