As previously advertised, I've been working on a new RFC6265 cookie parsing. The current status is as follows: - parser is working for RFC6265 cookie headers - RFC2109 parsing is still TODO - new parser is driven by Context level config (no more system properties) - currently between 1% and 3% slower - code is easier to follow (more smaller methods)
There is some refactoring involved that I'll commit shortly. I'll also commit as much of the parser as I can without changing the current behaviour (even optionally). I'll commit the remaining code once I have written the RFC2109 part of the parser. It might be possible to squeeze a little more performance from the parser but I think we are close to the point where further changes are going to really impact readability of the code. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org