Google Code Exporter
Google Code Exporter
``` ChromePlus 1.6.3不能安裝 ``` Original issue reported on code.google.com by `[email protected]` on 6 Sep 2011 at 8:30
``` What steps will reproduce the problem? 1. Set up network with IPv6 only and NAT64/DNS64 for reaching IPv4 internets 2. Load some sites with just A records 3. Profit!...
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? adding whois search option when right click the domain name...
``` What steps will reproduce the problem? 1. Install a local proxy 2. Setup your browser to use your proxy 3. Refresh/Visit a website What is the expected output? What...
``` What steps will reproduce the problem? 1. Install urlrewritefilter according to the 3 steps in the homepage. 2. Add the following rules at the top of urlrewrite.xml: ^([^.]*)$ $1.jsp...
``` What steps will reproduce the problem? 1. Issue PUT or DELETE through Request Proxy 2. 3. What is the expected output? What do you see instead? Requests get proxied...
``` Visiting http://127.0.0.1/WMTS/rewrite-status,error tips as follows: java.lang.NullPointerException org.tuckey.web.filters.urlrewrite.Status.showHeader(Status.java:314) org.tuckey.web.filters.urlrewrite.Status.displayStatusInContainer(Status.java:78) org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.showStatus(UrlRewriteFilter.java:473) org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:373) But on some computer,the same configuraiton succeed,why? ``` Original issue reported on code.google.com by `[email protected]` on 13 Jan 2014...
``` This is a feature request. It will be nice to have some mechanism to include configuration.properties file to define constant values such as "domain". For example: configuration.properties domain=myDevDomain.com subdomain=tv.myDevDomain.com...
``` What steps will reproduce the problem? 1.Setting a redirect rule from one .jsp path to another 2.Having a parameter in the initial .jsp path that isn't manipulated by URLRewrite...
``` Current implementation will drop all cookies send by proxy destination. Such behavior could be expected in some cases (eg. to not override session id), but in other (like forwarding...