Skip to content

Commit b3f24c4

Browse files
committed
feat: add default tag
1 parent 40f9897 commit b3f24c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-api/src/main/java/org/apache/atlas/RequestContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ public String getClientOrigin() {
750750
}
751751

752752
public void setClientOrigin(String clientOrigin) {
753-
this.clientOrigin = clientOrigin;
753+
this.clientOrigin = StringUtils.isEmpty(this.clientOrigin) ? "other" :clientOrigin;
754754
}
755755

756756
public class EntityGuidPair {

0 commit comments

Comments
 (0)