mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Changes library namespace from ModSecurity to modsecurity
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "request_body_processor/multipart_blob.h"
|
||||
|
||||
namespace ModSecurity {
|
||||
namespace modsecurity {
|
||||
namespace RequestBodyProcessor {
|
||||
|
||||
Multipart::Multipart(std:: string header, Assay *assay)
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "modsecurity/assay.h"
|
||||
|
||||
namespace ModSecurity {
|
||||
namespace modsecurity {
|
||||
namespace RequestBodyProcessor {
|
||||
|
||||
class Multipart {
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace ModSecurity {
|
||||
namespace modsecurity {
|
||||
namespace RequestBodyProcessor {
|
||||
|
||||
MultipartBlob::MultipartBlob(const std::string &blob, Multipart *parent)
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#ifndef SRC_REQUEST_BODY_PROCESSOR_MULTIPART_BLOB_H_
|
||||
#define SRC_REQUEST_BODY_PROCESSOR_MULTIPART_BLOB_H_
|
||||
|
||||
namespace ModSecurity {
|
||||
namespace modsecurity {
|
||||
namespace RequestBodyProcessor {
|
||||
|
||||
class MultipartBlob {
|
||||
|
Reference in New Issue
Block a user