wso2 / balana

Apache License 2.0
122 stars 110 forks source link

Fix encoding #92

Closed bergerst closed 6 years ago

bergerst commented 6 years ago

Purpose

Fixes wrong encoding of XACML objects

Goals

Approach

I've just corrected the existing code so the encoded Strings can be parsed again.

User stories

No user stories

Release note

Fixed encoding of , and XACML 2.0 elements

Documentation

N/A because there is no documentation

Training

N/A

Certification

N/A

Marketing

N/A

Automation tests

No unit tests were written since there are none for encoding methods

Security checks

Samples

N/A

Related PRs

61 contained the same fixes but was never looked at and just rejected

Migrations (if applicable)

N/A

Test environment

Windows 2012, JDK 8

Learning

N/A

omindu commented 6 years ago

@bergerst Thanks for the PR. @pulasthi7 @madurangasiriwardena can one of you review this ?