Anonymous | Login | 2024-11-21 21:27 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001523 | PacketFence | public | 2012-08-21 11:55 | 2012-09-06 10:57 | ||||
Reporter | obilodeau | |||||||
Assigned To | obilodeau | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | closed | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | ||||||||
Target Version | 3.5.1 | Fixed in Version | 3.5.1 | |||||
Summary | 0001523: person pid parsing regression | |||||||
Description | When triggered by the Web admin with the form: ARGS='person add user@email.com firstname="",lastname="",email="",telephone="",company="",address="",notes="",sponsor=""' /usr/local/pf/bin/pfcmd Exposed to the person tab in 3.4.0. Regex issue actually introduced in 3.0.0 when the manage_register was migrated from value to pid. | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | 7d8a39599 | |||||||
fixed in mtn revision | ||||||||
Attached Files | ||||||||
Relationships | ||||||
|
Notes | |
(0002955) obilodeau (reporter) 2012-08-21 16:48 |
I just finished writing the regression test. Will commit tomorrow. |
(0002956) obilodeau (reporter) 2012-08-22 09:53 |
Explanation: The pid parser allowed spaces even in the unquoted format which means that it greadily expanded to grab the next token (pid firstname=...) instead of just sticking to it's pid. fix in pull request: https://github.com/inverse-inc/packetfence/pull/52 [^] targeted for next stable release |
(0003022) obilodeau (reporter) 2012-09-06 10:57 |
fix released in 3.5.1 yesterday |
Issue History | |||
Date Modified | Username | Field | Change |
2012-08-21 11:55 | obilodeau | New Issue | |
2012-08-21 11:58 | obilodeau | Status | new => assigned |
2012-08-21 11:58 | obilodeau | Assigned To | => obilodeau |
2012-08-21 16:48 | obilodeau | Note Added: 0002955 | |
2012-08-22 09:53 | obilodeau | git revision | => 7d8a39599 |
2012-08-22 09:53 | obilodeau | Note Added: 0002956 | |
2012-08-22 09:53 | obilodeau | Status | assigned => resolved |
2012-08-22 09:53 | obilodeau | Fixed in Version | => +1 |
2012-08-22 09:53 | obilodeau | Resolution | open => fixed |
2012-08-23 10:53 | francis | Relationship added | has duplicate 0001528 |
2012-09-06 10:56 | obilodeau | Target Version | => 3.5.1 |
2012-09-06 10:56 | obilodeau | Fixed in Version | +1 => 3.5.1 |
2012-09-06 10:57 | obilodeau | Note Added: 0003022 | |
2012-09-06 10:57 | obilodeau | Status | resolved => closed |
Copyright © 2000 - 2012 MantisBT Group |