Bug 751648

Summary: Error reading path names with dots
Product: [Retired] Zanata Reporter: Manuel Ospina <mospina>
Component: Component-PythonClientAssignee: James Ni <jni>
Status: CLOSED DUPLICATE QA Contact: Ding-Yi Chen <dchen>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 1.4CC: jni, yshao, zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-22 04:25:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 786670    

Description Manuel Ospina 2011-11-07 01:30:55 UTC
Description of problem:
When pushing a file with a path that contains dots, the zanata python client is pushing it to the wrong place. 

Pushing the content of [...]/Installation_Guide/pot/topics/References/RHEV/2.3/Manager_Firewall_Requirements.pot to server:
Successfully updated template topics/References/RHEV/2 on the server


Version-Release number of selected component (if applicable):
zanata-python-client-1.3.1-1.fc14.noarch

How reproducible:
Always

Steps to Reproduce:
1. Create POT files in which part of the path contains a dot
2. Push it to the server
3. Check the server
  
Actual results:
The client is sending the file to: topics/References/RHEV/2


Expected results:
The client should send the file to: topics/References/RHEV/2.3/Manager_Firewall_Requirements

Additional info:

Comment 1 James Ni 2011-11-29 02:02:56 UTC
Hi, 

I have modified source code and push change 74e749a to git-hub to fix this issue,
please use that commit to verify it. please also reference bug 756617. thanks

Comment 2 Ding-Yi Chen 2012-02-22 04:25:45 UTC

*** This bug has been marked as a duplicate of bug 756617 ***