Matt Seil
Matt Seil
@zspitzer so I'm stuck, and this should be easy but it is driving me nuts. I can generate that file using `mvn org.apache.felix:maven-bundle-plugin:manifest` The relevant part of the pom looks...
@zspitzer thanks. If you clone this: [9fa2a53](https://github.com/xeno6696/esapi-java-legacy/commit/9fa2a53c18451718655340d8dc8a57a1ba43e9f5) and then just run "mvn package -DskipTests" you should get a rapid run of the build. So far I have tried: 1.) Removing...
@jeremiahjstacey and @kwwall have both independently solved the problem of singletons BUT I don't think we've gone so far as to piecemeal the library. IIRC the last time I talked...
I meant to look at that. Apparently FindSecBugs tries to instantiate classes to do some fuzzing if I'm understanding this output correctly. But many of our classes have to be...
@kwwall -- I think to solve this problem, the only solution would be to create a fork of the PercentCodec that is specialized to UTF-8, and then have users specify...
My concern about UTF-8 would be how many people would complain on the upgrade. That said, it would help spread the word that folks ought to be "all utf-8" at...
Oh yeah, and a new encoder is exactly what I had in mind, with that kind of config.
@kwwall turns out this is non-trivial as well. @jeremiahjstacey I'm having a mental block right now. I'm not sure how to properly differentiate UTF-8 encoded strings... like `%E2` is legal...
@jeremiahjstacey is correct, the PBS defaults to the shortest match.
I could have sworn I saw a post in here asking about the percent codec...