Displaying 20 results from an estimated 10000 matches similar to: "Re: url parameter :id with slash (/) failed to route"
2006 May 31
1
url parameter :id with slash (/) failed to route
Hi there,
My routes.rb is something like
map.connect '':controller/:action/:id''
However, when a url request likes
http://xxx/user/category/a/b
My intension is to call
:controller => ''user''
:action => ''category''
:id => ''a/b''
However, :id has slash in it (a/b) will make rails fail to route.
(apache fail, webrick
2008 Jul 06
2
How to Auto Add forward slash "/" when accessing a link/url through ProxyPass
Hi Friends,
I am using Centos 5.2 and using ProxyPass to access applications
running on other servers. Everything is working fine except for one of
the applications I need to auto add forward slash when any user tries
to access that application. For ex
ProxyPass /testdiary http://testdiary.example.com/
ProxyPassReverse /testdiary http://testdiary.example.com/
If somebody
2009 Dec 13
2
how to replace a single backward slash with a double backward slash?
Dear R-helpers:
Hours ago, I asked how to replace a single forward slash with a double
backward slash and recieved great help. Thanks again for all the repliers.
In the meantime, I wonder how to replace a single backward slash with a
double backward slash?
e.g., I want change "c:\test" into "c:\\test"
I tried the following but does not work.
2009 Dec 13
1
how to replace a single forward slash with a double backward slash in a string?
Dear R-helpers.
Can someone kindly tell me how to replace a single forward slash with double
backward slash in a string?
i.e., from "a/b" to "a\\b"
Many thanks in advance.
-Sean
[[alternative HTML version deleted]]
2007 Nov 28
1
IMAP --> Creating Folders --> trailing slash
Hello List,
i use Dovecot 1.0.7 for pop and imap on Suse Linux 10.1. I need a little
help in understanding something.
If i want to create a folder with outlook express or thunderbird which can
also create subfolders, then i have to create these folders with a trailing
slash.
folders created with trailing slash are in filesystem created als real
folders, "normal" folders are
2012 Jan 08
2
disable interpretation of trailing slash
Hello,
This is a feature request for a command-line option to disable special
interpretation of trailing slashes on source directories. I have been
using rsync for a couple of years now (what an awesome program!) and the
meaning of the trailing slash on a source is always the one aspect of
its syntax that slows me down and makes me check and re-check the manual
to ensure that I have remembered
2018 Aug 20
2
[Bug 13582] New: rsync filters containing multiple adjacent slashes aren't reduced to just one slash before matching
https://bugzilla.samba.org/show_bug.cgi?id=13582
Bug ID: 13582
Summary: rsync filters containing multiple adjacent slashes
aren't reduced to just one slash before matching
Product: rsync
Version: 3.1.3
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2007 Feb 07
0
Trailing Slash Problems with Deployment on Shared Hosting Using SymLinks
Hi,
I''ve been trying to deploy a simple Rails app for a friend on a shared
hosting account. I was able to get the Rails application running, but
the URL need to end in a slash or else it would result in a 400 Bad
Request error. After searching through the Rails I wiki found a page
on the exact same error (http://wiki.rubyonrails.com/rails/show/Non
+VHost+Installation, it''s
[Bug 1768] New: scp: wrong error message when destination directory ends with a slash and is missing
2010 May 09
0
[Bug 1768] New: scp: wrong error message when destination directory ends with a slash and is missing
https://bugzilla.mindrot.org/show_bug.cgi?id=1768
Summary: scp: wrong error message when destination directory
ends with a slash and is missing
Product: Portable OpenSSH
Version: -current
Platform: All
URL: https://bugs.launchpad.net/bugs/18757
OS/Version: All
Status: NEW
Severity: normal
2006 Jul 03
2
[Bug 1205] scp back-slash escaping of spaces ignored after username@hostname: tag
http://bugzilla.mindrot.org/show_bug.cgi?id=1205
Summary: scp back-slash escaping of spaces ignored after
username at hostname: tag
Product: Portable OpenSSH
Version: 4.3p2
Platform: ix86
OS/Version: Linux
Status: NEW
Keywords: low-hanging-fruit
Severity: normal
Priority: P3
2002 Nov 27
1
Trailing Slash Inconsistencies
Hello,
I am noticing inconsistencies when using a trailing slash on the source
directories in conjunction with the '--delete' option. In one instance
when using a trailing slash files get deleted from subdirectories in the
destination tree. In the other instance they don't. I am using rsync
2.5.5. The following are the scenarios:
Scenario 1
----------
*nix(src) ---> *nix(dest)
2003 Apr 24
1
Trailing slash in destination
Good afternoon all,
I'm currently working on a backup script that will fetch a set of logs
from remote machines and store them on a central machine.
The command I'm using is of the form
${RSYNC} -avz root@${site}:/data/access_* ${LOG_REPOSITORY}/${site}/
Each site usually holds about 8 files with the prefix "access_". Some
machines however only have one, and this is where my
2011 Mar 03
0
TB, dovecot & trailing slash - again
Hi there,
I have been browsing the mailing list archives in search of a solution
to my problem, related to the quite infamous "trailing slash" issue with
Thunderbird, but I don't seem to have found any closely related
discussion. Please forgive me if this problem has already found a
solution. Here I go;
We use a lot of TB clients (2.x and 3.x), and we are using Dovecot 1.2.4
2010 May 27
0
Processed: Re: Bug#583283: udev - Weird behaviour with device names including a slash
Processing commands for control at bugs.debian.org:
> reassign 583283 src:xen-3,src:xen
Bug #583283 [udev] udev - Weird behaviour with device names including a slash
Bug reassigned from package 'udev' to 'src:xen-3,src:xen'.
Bug No longer marked as found in versions udev/154-1.
> severity 583283 serious
Bug #583283 [src:xen-3,src:xen] udev - Weird behaviour with device names
2010 May 28
0
Bug#583283: marked as done (udev - Weird behaviour with device names including a slash)
Your message dated Fri, 28 May 2010 10:02:57 +0000
with message-id <E1OHwP3-0007aW-JR at ries.debian.org>
and subject line Bug#583283: fixed in xen-3 3.4.3-1
has caused the Debian Bug report #583283,
regarding udev - Weird behaviour with device names including a slash
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your
2005 Apr 10
1
trailing slash on module name
A trailing slash on a module name has no effect, which is on the one
hand logical as it's not a directory name; on the other hand it's not
consistent either (as experienced by a user).
I suggest at least adding some comment to the manpage where trailing
slashes are discussed. Perhaps also mention it in the rsyncd.conf
manpage, where perhaps it may be noticed sooner.
If I find the time
2010 Dec 03
1
Deconflict Unix Forward / and Windows Back Slash \ Directory
Is it possible to tell WINE to deconflict Unix-style forward slashes and Windows-style backslashes in directory names? I have a problem where a .EXE file goes looking for directory and file names that look like
/home/base_dir\sub_dir\file.dat
[NOTE mixed forward slash and backslash / vs \ in full directory name]
The base directory "/home/base_dir" is passed to the .EXE (which it finds
2017 Dec 02
2
mmap() Error, Invalid Argument - Double slash in path?
I get a ton of these mmap() errors in the log. I noticed there's a
double slash before Maildir. Is this normal? Config error? Dovecot bug?
dovecot: imap(email at email.net): Error: mmap() failed with file
/shares/email/vmail/vmail1/email.net/e/m/a/email-2017.02.25.08.09.39//Maildir/dovecot.index.cache:
Invalid argument
I'm running dovecot version 2.2.22
Thanks
Eric
2011 Aug 11
1
rsync, trailing slash, and --delete
I'm trying to rsync a folder like so -
rsync -aP --delete /home/share_20110801 /lastbackup/ share
Under the /lastbackup folder there is a "share" folder. I'd like to rsync all the contents of the "share _20110801" folder directly under the the "share" folder under /lastbackup. I know I can add the trailing slash to the source directory to accomplish this,
2011 Aug 03
2
strsplit and forward slash '/'
Hi All,
is there a way of using strsplit with a forward slash '/' as the splitting point?
For data such as:
1 T/T C/C 16/33
2 T/T C/C 33/36
3 T/T C/C 16/34
4 T/T C/C 16/31
5 C/C C/C 28/29
6 T/T C/C 16/34
strsplit(my.data[1,1], "/") # and any variation thereof
Error in strsplit(apoe[1, 1], "/") : non-character