Just did an update and saw this in BasicAuthority.java
public String getOrigin(){
return Objects.firstNonNull(ServletRequestContext.getScheme(), "http")
"://" + getAuthority();
}Looks like this was coming from a patch Paul committed for Li...? -Ryan Email: [email protected] Phone: 978-899-3041 developerWorks Profile
