Skip to content

XEE injection security fix in Jax-rs extension. Issue #1286. Reported… #1287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build/tmpl/text/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Changes log
- Bugs fixed
- Fixed NPE in JAX-RS backend when request's entity has no media type. Issue #1271.
Reported by Thomas Mortagne.
- XEE injection security fix in Jax-rs extension. Issue #1286.
Reported by Man Yue Mo.
- Enhancements
- Added support of Header Origin and Origin dimension. Issue #1275.
Reported and contributed by adolski.

- 2.3.10 (05/28/2017)
- Bugs fixed
- Invalid max-age value for cookie settings replaced by Integer.MAX_VALUE constant. Issue #1251.
Expand Down
6 changes: 3 additions & 3 deletions libraries/org.simpleframework.xml_2.7/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

<package name="org.simpleframework.xml">
<maven>
<groupId>org.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
<version>2.7.1</version>
<groupId>org.restlet.lib</groupId>
<artifactId>org.simpleframework.simple-xml</artifactId>
<version>2.7.2</version>
</maven>
</package>
<distributions>
Expand Down
Binary file not shown.