Menu

#294 XNS Directory's with "@" in name don't works

open
nobody
None
5
2003-12-02
2003-06-13
Anonymous
No

If, on your XNS Server, you want share a directory
which contain a '@' in the fileName so the share doesn't
works.
for example this doesn't works:

<share>
<name>Network (XNS)</name>
<url>c:\@videos@192.168.1.2</url>
<cachesize>8192</cachesize>
</share>

I think the solve is to change in the
CConfiguration::ConvertFormat(....) function
in 'Configuration.cpp'
the line :

char* szAt = strstr(szUrl,"@");

to

char* szAt = strrchr(szUrl,'@');

-----------

Discussion

  • Andreas Setterlind

    Logged In: YES
    user_id=630186

    Please test when (or if) this was last working (version/build)?
    Please test with very latest CVS (03 Aug 2003), does it work?
    Upload sample to http://www.xboxmediaplayer.it/upload
    This report will be deleted if no one confirms with latest CVS!

     
  • Andreas Setterlind

    Logged In: YES
    user_id=630186

    Think this has not been implemented into XBMP CVS, confirm?

    PS! Unrelated but can you pls look why comma "," don't work?
    (similar to "@" files and/or folders with "," don't work over XNS)

     
  • Andreas Setterlind

    • priority: 5 --> 7
     
  • Andreas Setterlind

    Logged In: YES
    user_id=630186

    I think the root cause of this other 'bug' this may be related?:
    http://sourceforge.net/tracker/index.php?
    func=detail&aid=803062&group_id=64793&atid=508678

    Other non-supported FATX characters that should also be
    tested are:

    < > = ? : ; " * + , / \ |

     
  • Andreas Setterlind

    • summary: XNS Share Directory with '@' in name don't works --> XNS Directory's with '@' in name don't works, fix?
     
  • Andreas Setterlind

    • labels: 467882 -->
    • priority: 7 --> 5
    • summary: XNS Directory's with '@' in name don't works, fix? --> XNS Directory's with "@" in name don't works
     

Log in to post a comment.