You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/01/10 14:27:35 UTC

[Bug 58832] New: File names with special characters in sbadmin code

https://bz.apache.org/bugzilla/show_bug.cgi?id=58832

            Bug ID: 58832
           Summary: File names with special characters in sbadmin code
           Product: JMeter
           Version: 2.13
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

There are several files with special characters in the sbadmin code.

./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/api/average().js
./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/api/column().title().js
./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/api/columns().order().js
./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/api/page.jumpToData().js
./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/api/sum().js
./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-responsive/docs/api/responsive.index().xml
./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-responsive/docs/api/responsive.rebuild().xml
./bin/report-template/sbadmin2-1.0.7/bower_components/datatables-responsive/docs/api/responsive.recalc().xml


This is a bad idea as it may cause issues on some file systems.
For example:

$ ls
report-template/sbadmin2-1.0.7/bower_components/datatables-plugins/api/sum().js
-bash: syntax error near unexpected token `('

Of course one can quote the file name on Unix-based file systems, but that
should not be necessary. Also the '()' characters are not permitted in names on
some file systems.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 58832] File names with special characters in sbadmin code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58832

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1735333&view=rev
Log:
Drop special characters from file names
Bugzilla Id: 588832

Note: this bug does not belong in changes.xml as the code did not exist in the
previous release.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 58832] File names with special characters in sbadmin code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58832

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--- Comment #1 from Sebb <se...@apache.org> ---
This is a bug, not an enhancement.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 58832] File names with special characters in sbadmin code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58832

--- Comment #3 from Sebb <se...@apache.org> ---
(In reply to Philippe Mouawad from comment #2)
> (In reply to Sebb from comment #1)
> > This is a bug, not an enhancement.
> 
> For me a bug breaks something, here nothing is broken by this bug in the
> report. That's why I made it an enhancement.
> But ok for me if you think it's a bug.

It's a bug because the () characters are disallowed on some OSes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 58832] File names with special characters in sbadmin code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58832

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to Sebb from comment #1)
> This is a bug, not an enhancement.

For me a bug breaks something, here nothing is broken by this bug in the
report. That's why I made it an enhancement.
But ok for me if you think it's a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 58832] File names with special characters in sbadmin code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58832

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Hardware|PC                          |All
                 OS|Mac OS X 10.1               |All
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

-- 
You are receiving this mail because:
You are the assignee for the bug.