reta opened a new pull request #830:
URL: https://github.com/apache/cxf/pull/830
With following ETag being generated
`wyoBLW/ye71RgN/0LNyj4eA5rfE1ovtlM03aakuGr2Y=`, the `EntityTag.valueOf(etag)`
using this Etag throws following error:
```
java.lang.IllegalArgumentException: Misformatted ETag :
"wyoBLW/ye71RgN/0LNyj4eA5rfE1ovtlM03aakuGr2Y="
at
org.apache.cxf.jaxrs.impl.EntityTagHeaderProvider.fromString(EntityTagHeaderProvider.java:57)
```
As per specification, the ETag should start from `W/` to indicate weak
generator.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]