Skip to content
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

Fixed NullPointerException occuring when LockFeature (WFS) is requested via SOAP #676

Merged
merged 2 commits into from
Aug 17, 2016

Conversation

dstenger
Copy link
Contributor

When a WFS is used to request LockFeature via SOAP, a NPE occurs:

<ows:ExceptionReport xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd" version="2.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <ows:Exception exceptionCode="InvalidRequest">
      <ows:ExceptionText>java.lang.NullPointerException</ows:ExceptionText>
   </ows:Exception>
</ows:ExceptionReport>

This pull request fixes this so that a valid response is returned (equal to the one retrieved by POST).

@dstenger dstenger added in progress bug error issue and bug (fix) labels Feb 12, 2016
@tfr42 tfr42 added this to the 3.4 milestone Jul 7, 2016
@copierrj copierrj merged commit b3f18bc into deegree:master Aug 17, 2016
@lgoltz lgoltz deleted the NPEInLockFeatureWithSoap-387 branch December 8, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants