Open GoogleCodeExporter opened 9 years ago
Which library is this related to?
Original comment by morten.f...@gmail.com
on 12 Jun 2010 at 8:45
Sorry, Java library.
Original comment by virg...@gmail.com
on 13 Jun 2010 at 4:00
Original comment by morten.f...@gmail.com
on 29 Mar 2011 at 6:01
Firefox 5 does not work either.
The patch:
Index:
example/webapp/src/main/java/net/oauth/example/consumer/webapp/CookieMap.java
===================================================================
---
example/webapp/src/main/java/net/oauth/example/consumer/webapp/CookieMap.java (r
evision 1262)
+++
example/webapp/src/main/java/net/oauth/example/consumer/webapp/CookieMap.java (w
orking copy)
@@ -35,7 +35,7 @@
public CookieMap(HttpServletRequest request, HttpServletResponse response) {
this.response = response;
- this.path = request.getContextPath();
+ this.path = request.getContextPath() + "/";
Cookie[] cookies = request.getCookies();
if (cookies != null) {
for (Cookie cookie : cookies) {
Original comment by zhoushu...@gmail.com
on 1 Jul 2011 at 12:49
Original issue reported on code.google.com by
virg...@gmail.com
on 4 Jun 2010 at 7:29