aajisaka commented on issue #763: [WIP] HADOOP-15984. Update jersey from 1.19 
to 2.x
URL: https://github.com/apache/hadoop/pull/763#issuecomment-539410663
 
 
   Now there is a problem:
   
   In Jersey 1.19, we set `ResourceConfig.FEATURE_MATCH_MATRIX_PARAMS` to true 
to disable parsing matrix parameters to allow semicolon(;) in `@PathParam` 
because semicolon is now supported in HDFS path.
   https://issues.apache.org/jira/browse/HDFS-14423
   
   In Jersey 2.x, there is no parameter to disable parsing matrix parameters.
   
   Cc: @iwasakims 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to