YF-GoogleCodeBackups / https-finder

Automatically exported from code.google.com/p/https-finder
0 stars 0 forks source link

Few escapes of a dot #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
"https finder" which I accessed www.st.ryukoku.ac.jp and was seen presented the 
following rules. 

What is the expected output? What do you see instead?
<ruleset name="St.ryukoku">
  <target host="www.st.ryukoku.ac.jp"/>
  <rule from="^http://(www\.)?st.ryukoku\.ac.jp/" to="https://st.ryukoku.ac.jp/"/>
</ruleset>
With this rule, a dot thinks that it will be few and excessive processing will 
enter? 
I think that such a rule should be outputted. 
  <rule from="^http://(www\.)?st\.ryukoku\.ac\.jp/" to="https://st.ryukoku.ac.jp/"/>

What version of the product are you using? On what operating system?
0.77

Please provide any additional information below.

Original issue reported on code.google.com by Fiacc...@gmail.com on 20 Oct 2011 at 12:33

GoogleCodeExporter commented 8 years ago
I tested this and I see the issue you're mentioning, but the rule seems to work 
fine for me either way. Is this causing a problem?

Original comment by jacobsK...@gmail.com on 20 Oct 2011 at 2:39

GoogleCodeExporter commented 8 years ago
Received a user email - this seems to work in the browser, but fails when 
running makexpi.sh in the HTTPS Everywhere development builds. 

Working on a fix for this.

Original comment by jacobsK...@gmail.com on 23 Oct 2011 at 3:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by jacobsK...@gmail.com on 23 Oct 2011 at 6:10

GoogleCodeExporter commented 8 years ago
Issue should be fixed here: 
https://code.google.com/p/https-finder/downloads/detail?name=httpsfinder078dev.x
pi

Let me know if you have any more problems with it - thanks!

Original comment by jacobsK...@gmail.com on 23 Oct 2011 at 6:27