OWASP / owasp-java-encoder

The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting!
https://owasp.org/www-project-java-encoder/
BSD 3-Clause "New" or "Revised" License
493 stars 111 forks source link

Regression: the 1.3.0 release has broken the generation of the OSGi-compliant MANIFEST.MF file #81

Closed enapps-enorman closed 2 months ago

enapps-enorman commented 2 months ago

The changes from PR #39 are not working anymore in the 1.3.0 release. All of the OSGi related entries are missing from the final MANIFEST.MF file. This means that the 1.3.0 version of the library can not be used in an OSGi environment anymore.