[java-openws COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt src/main/java/org/opensaml/ws/transport/http/HttpServl...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Oct 22 20:27:37 BST 2011
Author: putmanb
Date: Sat Oct 22 20:27:36 2011
New Revision: 420
URL: http://svn.shibboleth.net/view/java-openws?rev=420&view=rev
Log:
JOWS-32: Inconsitency in getStatusCode result in HttpServletRequestAdapter
Modified:
branches/REL_1/doc/RELEASE-NOTES.txt
branches/REL_1/src/main/java/org/opensaml/ws/transport/http/HttpServletRequestAdapter.java
Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/doc/RELEASE-NOTES.txt?rev=420&r1=419&r2=420&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Sat Oct 22 20:27:36 2011
@@ -1,3 +1,7 @@
+Changes in Release 1.4.3
+==============================================
+[JOWS-32] - Inconsitency in getStatusCode result in HttpServletRequestAdapter
+
Changes in Release 1.4.2
==============================================
[JOWS-26] - KeyIdentifierMarshaller uses an incorrect attribute name
Modified: branches/REL_1/src/main/java/org/opensaml/ws/transport/http/HttpServletRequestAdapter.java
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/src/main/java/org/opensaml/ws/transport/http/HttpServletRequestAdapter.java?rev=420&r1=419&r2=420&view=diff
==============================================================================
--- branches/REL_1/src/main/java/org/opensaml/ws/transport/http/HttpServletRequestAdapter.java (original)
+++ branches/REL_1/src/main/java/org/opensaml/ws/transport/http/HttpServletRequestAdapter.java Sat Oct 22 20:27:36 2011
@@ -144,7 +144,7 @@
* This method is not supported for this transport implementation. It always returns -1;
*/
public int getStatusCode() {
- return 1;
+ return -1;
}
/**
More information about the commits
mailing list