https://issues.apache.org/bugzilla/show_bug.cgi?id=55101
Bug ID: 55101
Summary: BasicAuthenticator parser and associated unit tests
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Sever
https://issues.apache.org/bugzilla/show_bug.cgi?id=55101
--- Comment #1 from Brian Burch ---
Created attachment 30436
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30436&action=edit
remove TODOs with more tolerant parser
--
You are receiving this mail because:
You are the assignee
https://issues.apache.org/bugzilla/show_bug.cgi?id=55101
--- Comment #2 from Brian Burch ---
Created attachment 30437
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30437&action=edit
new test class for Basic authorization parser and Base64 decoder
--
You are receiving this mail beca
https://issues.apache.org/bugzilla/show_bug.cgi?id=54729
Brian Burch changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
All,
While looking into a patch for BasicRealm, I noticed that there are two
classes that convert byte[] to a hex-encoded string (e.g. byte[] { 1, 2,
a, b ] -> "12ab"): HexUtils and MD5Encoder.
MD5Encoder only has a single method (encode) and it does exactly what
HexUtils.toHexString does, except
https://issues.apache.org/bugzilla/show_bug.cgi?id=55102
Bug ID: 55102
Summary: Add ability to report time taken to prepare response
Product: Tomcat 8
Version: trunk
Hardware: All
OS: All
Status: NEW
Sever
https://issues.apache.org/bugzilla/show_bug.cgi?id=55102
--- Comment #1 from Jeremy Boynes ---
Related post on users list:
http://markmail.org/thread/vq3n2igy7q5fttc4
--
You are receiving this mail because:
You are the assignee for the bug.
-
After a recent post on taglibs-user a couple of people have pinged me off-list
expressing interest in an actual released version. I'd like to go ahead with
that if no-one sees any issues.
The code is ready, with no non-blocking issues and has previously passed the
TCK. I will update my TCK setu
2013/6/15 Jeremy Boynes :
> After a recent post on taglibs-user a couple of people have pinged me
> off-list expressing interest in an actual released version. I'd like to go
> ahead with that if no-one sees any issues.
>
> The code is ready, with no non-blocking issues and has previously passed