Author: keith
Date: Thu Jan 17 01:18:49 2008
New Revision: 12396
Log:
Not all REST request needs authentication and its not acceptable to log a EARN
when i do not need security
Modified:
branches/wsas/java/2.2/wsas/java/modules/core/src/org/wso2/wsas/security/pox/POXSecurityHandler.java
Modified:
branches/wsas/java/2.2/wsas/java/modules/core/src/org/wso2/wsas/security/pox/POXSecurityHandler.java
==============================================================================
---
branches/wsas/java/2.2/wsas/java/modules/core/src/org/wso2/wsas/security/pox/POXSecurityHandler.java
(original)
+++
branches/wsas/java/2.2/wsas/java/modules/core/src/org/wso2/wsas/security/pox/POXSecurityHandler.java
Thu Jan 17 01:18:49 2008
@@ -98,7 +98,8 @@
return InvocationResponse.CONTINUE;
}
} else {
- log.warn("Service " + service.getName() + " is not persisted.");
+ // Not all REST request needs authentication and its not
acceptable to log a EARN when i do not need security
+// log.warn("Service " + service.getName() + " is not persisted.");
return InvocationResponse.CONTINUE;
}
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev