remain case sensitive of http header name and value,and expose headers as getter
Bug #674342 reported by
zhouyanming
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU WebSocket4J |
Fix Committed
|
Wishlist
|
maarons at GNU |
Bug Description
websocket4j.
String name = parts[0]
String value = parts[1]
->
String name = parts[0];
String value = parts[1];
and compare strings like name.equalsIgno
and expose cookie,host,origin
private String cookie;
public String getCookie() {
return cookie;
}
Changed in websocket4j: | |
importance: | Undecided → Wishlist |
assignee: | nobody → Marek Aaron Sapota (maarons) |
milestone: | none → v1.4 |
status: | New → Fix Committed |
assignee: | Marek Aaron Sapota (maarons) → maarons at GNU (maarons-gnu) |
To post a comment you must log in.